https://github.com/buscedv/boilercrate
Generates boilerplate code.
https://github.com/buscedv/boilercrate
boilerplate generator python template
Last synced: 9 months ago
JSON representation
Generates boilerplate code.
- Host: GitHub
- URL: https://github.com/buscedv/boilercrate
- Owner: Buscedv
- License: gpl-3.0
- Created: 2020-05-29T19:14:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T14:08:23.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:42:26.354Z (over 1 year ago)
- Topics: boilerplate, generator, python, template
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilercrate
Store all of your boilerplate code templates in one convenient CLI-tool. Boilercrate keeps track of them so that you can generate them in seconds. No more copy-pasting.
# Lingo
- Boilercrate: this tool.
- Boiler: A boilerplate code template stored by Boilercrate.
- Template: A folder that contains files and folders with boilerplate code.
# Installation
- Download `boilerplate.py`
- In your home folder create a folder called: `.boilercrate/`, and a folder inside it called: `boilers/`
# How to Use
## Usage
`python3 boilercrate.py --option`
or
`python3 boilercrate.py [Boiler name] --option`
or
Insert boilerplate code based on a boiler.
`python3 boilercrate.py [Boiler name] `
## Working with Boilers
`[Boiler name] --add` : create a new Boiler.
`[Boiler name] --delete` : delete a Boiler.
## Other
`--list` : show all available Boilers.
`--help` : show manual.