Coder Social home page Coder Social logo

broiler's Introduction

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":"[email protected]:path/to/github/repo.git"
    }
}

broiler's People

Contributors

overthemike avatar jacotri77 avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Stargazers

Kyle "Klutch" Leary avatar K Jossendal avatar Victor Velasquez avatar Brennen Ketron avatar Jordan Kasper avatar Jim Cummins avatar

Watchers

 avatar James Cloos avatar Mark Hazoldt avatar  avatar

Forkers

jacotri77

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.