https://github.com/boilerplato/boilerplato
A powerful tool to generate boilerplate source code from a template
https://github.com/boilerplato/boilerplato
boilerplate boilerplate-application cli
Last synced: about 1 year ago
JSON representation
A powerful tool to generate boilerplate source code from a template
- Host: GitHub
- URL: https://github.com/boilerplato/boilerplato
- Owner: boilerplato
- License: mit
- Created: 2020-04-11T09:47:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T15:15:44.000Z (about 6 years ago)
- Last Synced: 2025-05-07T02:33:39.750Z (about 1 year ago)
- Topics: boilerplate, boilerplate-application, cli
- Language: Rust
- Homepage: https://boilerplato.com
- Size: 231 KB
- Stars: 42
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/boilerplato)
[](https://github.com/orgs/boilerplato/people)
[](https://github.com/boilerplato/boilerplato/blob/master/LICENSE)
# boilerplato
A powerful tool to generate boilerplate source code from a template.
> Let Boilerplato create your boilerplate source code and you focus on actual app logic.
Visit [https://docs.boilerplato.com](https://docs.boilerplato.com/) for more info.
## Install
### macOS
```sh
$ bash -c "$(curl -fsSL https://boilerplato.com/install.sh)"
```
### Linux
```sh
$ bash -c "$(curl -fsSL https://boilerplato.com/install.sh)"
```
### Windows
Please download it from [releases](https://github.com/boilerplato/boilerplato/releases) page.
## Usage
```sh
$ boilerplato --template
```
Available templates are hosted on: [https://github.com/boilerplato](https://github.com/boilerplato).
## Contributing
Your PRs and stars are always welcome.