2.1.6 • Published 3 years ago

broiler v2.1.6

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Broiler - Boilerplate installer

Broiler is a small cli tool to make getting off the ground with projects a bit easier.

With all the different starter kits out there to start a project (such as react-redux-starter, etc), it becomes a bit of a pain to not only remember where these repos are when you need to start a new project, but also the steps required to get it up and running. You can save several different repos for several different starters (or boilerplates) and install them and have them ready to go with just a couple of keystrokes.

Install

npm install -g broiler

Usage

You can point to any git directory you'd like and ask broiler to bring it down and install it for you. It will clone the repo down for you, remove the old git reference and install the necessary npm modules.

Broiler will modify the package.json file (such as the name and description of your application) but preserves the original data in the package.json under the 'boilerplate' key.

Install from a git repository: broiler install <path to git repo> [<location>]

You can also save repos under a more friendly alias to use again later. Doing so will create a .broilrc file in your home directory to store this info.

broiler save <alias> <path to git repo>

will allow this type of install:

broiler install <alias> [<location>]

The info is saved as json and looks like this:

{
    "repos": {
        "alias":"git@github.com:path/to/github/repo.git"
    }
}
2.1.6

3 years ago

2.1.5

4 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.5.5

8 years ago

1.5.4

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

1.0.0

8 years ago