Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T15:15:44.000Z (over 4 years ago)
- Last Synced: 2024-07-18T03:43:51.657Z (4 months ago)
- Topics: boilerplate, boilerplate-application, cli
- Language: Rust
- Homepage: https://boilerplato.com
- Size: 231 KB
- Stars: 44
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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.