c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

How about a quick module to init a new package.json and .js file? #47

Open stephengardner opened 8 years ago

stephengardner commented 8 years ago

It's be nice to say something like architect create -name 'moduleOne' -dependencies 'dep1' 'dep2' 'dep3' -main 'module-one.js'

My project is growing to something like 50 modules so far and I find this creating of files to be a small distraction.

Any thoughts?