[![Crate](https://img.shields.io/crates/v/boilerplato.svg)](https://crates.io/crates/boilerplato)
[![Contributors](https://img.shields.io/github/contributors/boilerplato/boilerplato.svg)](https://github.com/orgs/boilerplato/people)
[![License](https://img.shields.io/github/license/boilerplato/boilerplato.svg)](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.