Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsnebulalol/code-folder-generator

🖱 Simplify your life with Code Folder Generator. Automatically create a perfect environment based on pre-made templates.
https://github.com/itsnebulalol/code-folder-generator

automation node templates

Last synced: 3 days ago
JSON representation

🖱 Simplify your life with Code Folder Generator. Automatically create a perfect environment based on pre-made templates.

Awesome Lists containing this project

README

        

# 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](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.

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