Skip to content

ChimingPhang/autoproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -g
Usage: autoproj [options] <folder>

Options:
  -V, --version                                 output the version number
  -s, --setting <folders>                       setting default folders
  -c, --collection <collectionName>             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 ProjectName

Set default collection

autoproj -s FolderPath1 FolderPath2 FolderPath3

Set a new collection

autoproj -c CollectionName:FolderPath1 FolderPath2 FolderPath3

Create project with a choosed collection

autoproj -n CollectionName:ProjectName

About

scaffold for your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published