Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should have some type of -q flag #3

Open
johno opened this issue Oct 18, 2017 · 0 comments
Open

We should have some type of -q flag #3

johno opened this issue Oct 18, 2017 · 0 comments

Comments

@johno
Copy link
Member

johno commented Oct 18, 2017

This would avoid the component write output on start. Useful for chained commands.

For example the following makes Lab a little chatty, so being able to toss in a -q would be πŸ”₯ .

❯ npm run dev

> [email protected] dev /Users/johno/c/cssstats
> npm run dev:x0 | npm run dev:lab | npm run dev:api


> [email protected] dev:api /Users/johno/c/cssstats
> micro-dev

βœ” 27 components found
βœ” app/Font.js written
βœ” app/H1.js written
βœ” app/H2.js written
βœ” app/Text.js written
βœ” app/Button.js written
βœ” app/Input.js written
βœ” app/Label.js written
βœ” app/Hr.js written
βœ” app/Link.js written
βœ” app/Flex.js written
βœ” app/Header.js written
βœ” app/SubHeader.js written
βœ” app/Footer.js written
βœ” app/Div.js written
βœ” app/LinkBox.js written
βœ” app/Container.js written
βœ” app/Dl.js written
βœ” app/Dt.js written
βœ” app/Dd.js written
βœ” app/SlabStat.js written
βœ” app/GiantSlabStat.js written
βœ” app/Color.js written
βœ” app/BackgroundColor.js written
βœ” app/Pre.js written
βœ” app/CodeBlock.js written
βœ” app/Logo.js written
βœ” app/Form.js written
β„Ή watching for changes

   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
   β”‚                                                 β”‚
   β”‚   Micro is running!                             β”‚
   β”‚                                                 β”‚
   β”‚   β€’ Local:            http://localhost:3000     β”‚
   β”‚   β€’ On Your Network:  http://192.168.0.3:3000   β”‚
   β”‚                                                 β”‚
   β”‚   Copied local address to clipboard!            β”‚
   β”‚                                                 β”‚
   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

βœ” dev server listening at http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant