c8r / kit

Tools for developing, documenting, and testing React component libraries
https://compositor.io/kit
MIT License
1.21k stars 30 forks source link

Begin implementing cli #73

Closed johno closed 6 years ago

jxnblk commented 6 years ago

I'd like to discuss what we think the cli could do. I'm guessing there's scaffolding, dev server, simple static render, maybe some publishing stuff, etc. – where it might make sense to have modules for each of these, and a CLI that depends on them and parses commands to call the different modules, if that makes sense at all