1.0.6 • Published 7 years ago
autoproj v1.0.6
If you like the command, plz make a star or submit an issue
Create your project folders structure quickly
Install autoproj as global command
npm i autoproj -gUsage: autoproj [options] <folder>
Options:
-V, --version output the version number
-s, --setting <folders> setting default folders
-c, --collection <collectionName>:<folders> setting your collection folders
-n, --new <collectionName>:<projectName> create the projectName accodring to your collection
-l, --list list all collections
-h, --help output usage informationCreate project with default collection
autoproj ProjectNameSet default collection
autoproj -s FolderPath1 FolderPath2 FolderPath3Set a new collection
autoproj -c CollectionName:FolderPath1 FolderPath2 FolderPath3Create project with a choosed collection
autoproj -n CollectionName:ProjectName