Skip to content

perspicacious-one/project-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

  1. Clone the repository
git clone [email protected]:perspicacious-one/project-init.git
  1. Navigate to the repository directory
cd package-init
  1. Install any dependencies
npm install
  1. Install the package globally
npm install -g ./

Done! Now when you want to start a new project, type project-init in the new project directory and follow the prompts.

Extend & Customize

You can add, remove, or change any of the files to suit your needs. Files in the /lib/common directory will be placed in every project.

If you want more project options simply create a project type folder (e.g. - 'vue') in the /lib directory, then place the files you want to be populated in the new folder.

About

Custom global package for setting up new projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published