c8r / lab-cli

Command line utilities and exporting module for Compositor Lab

Home Page:https://compositor.io/lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should have some type of -q flag

johno opened this issue Β· comments

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

> cssstats-app@2.0.0 dev /Users/johno/c/cssstats
> npm run dev:x0 | npm run dev:lab | npm run dev:api


> cssstats-app@2.0.0 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