[travis]: https://travis-ci.org/bzurkowski/boil
[codeclimate]: https://codeclimate.com/github/bzurkowski/boil/maintainability
# Boil
[][travis]
[][codeclimate]
**Initialization of new software projects should be quick and easy.**
Boil tries to solve the following problems:
* Wasting time on the initialisation of new software projects from scratch: creating a file structure, thinking about naming conventions, researching best practices - almost always requires documentation lookup.
* No consistency between projects. Most developers initiate projects in their own way, which is often incorrect or outdated.
* Burden of bootstrapping tools for different technologies (separate app generator for Ansible, Django, Rails, etc.).
* Lack of boilerplates for many software categories. If they already exist, they require manual adjustments.
Here is how:
* Leverage the [Jinja](http://jinja.pocoo.org/) templating engine to automatically generate project files. Ask the user for a minimal set of variables (such as project name, author, license etc.) and inject them into the right place.
* Organize a centralized, plugable repository for project templates. Let the community decide on their final form.
* Provide a single API for initializing projects in any technology.
## Installation
Use pip or easy_install:
```bash
$ pip install boil
```
## Usage
```
$ boil
Usage:
boil list
boil search <phrase>
boil new <plate_name>
boil -h | --help
```
List all available plates:
```
$ boil list
```
Search for plates:
```
$ boil search <phrase>
```
Initialize new project from selected plate:
```
$ boil new <plate_name>
```
#### Examples
```bash
# List all available plates
$ boil list
# Search for Python-related plates
$ boil search python
# Initialize new Python package
$ boil new python_package
# Initialize new Django app
$ boil new django_app
# Initialize new Rails app
$ boil new rails_app
# Initialize new Ruby gem
$ boil new gem
# Initialize new Bash command-line tool
$ boil new bash_cli
# Initialize new Ansible role
$ boil new ansible_role
# Initialize new plate
$ boil new plate
```
[codeclimate]: https://codeclimate.com/github/bzurkowski/boil/maintainability
# Boil
[][travis]
[][codeclimate]
**Initialization of new software projects should be quick and easy.**
Boil tries to solve the following problems:
* Wasting time on the initialisation of new software projects from scratch: creating a file structure, thinking about naming conventions, researching best practices - almost always requires documentation lookup.
* No consistency between projects. Most developers initiate projects in their own way, which is often incorrect or outdated.
* Burden of bootstrapping tools for different technologies (separate app generator for Ansible, Django, Rails, etc.).
* Lack of boilerplates for many software categories. If they already exist, they require manual adjustments.
Here is how:
* Leverage the [Jinja](http://jinja.pocoo.org/) templating engine to automatically generate project files. Ask the user for a minimal set of variables (such as project name, author, license etc.) and inject them into the right place.
* Organize a centralized, plugable repository for project templates. Let the community decide on their final form.
* Provide a single API for initializing projects in any technology.
## Installation
Use pip or easy_install:
```bash
$ pip install boil
```
## Usage
```
$ boil
Usage:
boil list
boil search <phrase>
boil new <plate_name>
boil -h | --help
```
List all available plates:
```
$ boil list
```
Search for plates:
```
$ boil search <phrase>
```
Initialize new project from selected plate:
```
$ boil new <plate_name>
```
#### Examples
```bash
# List all available plates
$ boil list
# Search for Python-related plates
$ boil search python
# Initialize new Python package
$ boil new python_package
# Initialize new Django app
$ boil new django_app
# Initialize new Rails app
$ boil new rails_app
# Initialize new Ruby gem
$ boil new gem
# Initialize new Bash command-line tool
$ boil new bash_cli
# Initialize new Ansible role
$ boil new ansible_role
# Initialize new plate
$ boil new plate
```
Release files for boil 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| boil-0.1-py2-none-any.whl | Python 2 | none | any | Details |
Release files / boil-0.1-py2-none-any.whl
| Download URL | boil-0.1-py2-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
25583d80ea1c16c7d3fd37d896675756da4e3708fd618dea3610717d9662803d
|
|
BLAKE2b-256 checksum How to use checksums |
ff261d555900831e9e6d2dbc94b875d54a157513b4c1d391e4e438cf752a7ef2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |