1.0.0 • Published 3 years ago

code-folder-generator v1.0.0

Weekly downloads
3
License
BSD-3
Repository
github
Last release
3 years ago

Code Folder Generator

Simplify your life by automatically making a coding environment.

Installation

npm i -g code-folder-generator@latest
gen

Contribution

Feel free to open a pull request! I'm happy to see what you guys make! Just please make sure it follows the GNU GPLv3 license.

Add more templates

  1. Make a folder in templates named your template name.
  2. Add a template.json file containing:
{
	"name": "Name of your template",
	"description": "What your template contains"
}
  1. Add all of the files that will be needed in the template.