Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itsnebulalol/code-folder-generator
- Owner: itsnebulalol
- License: bsd-3-clause
- Created: 2020-09-30T23:39:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T22:41:52.000Z (about 3 years ago)
- Last Synced: 2024-09-30T15:28:42.849Z (about 2 months ago)
- Topics: automation, node, templates
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.