autoproj
v1.0.6
Published
Create your project folders structure quickly
Downloads
41
Readme
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 information
Create 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