An open API service indexing awesome lists of open source software.

https://github.com/raathigesh/propel

:boat: Keep your favorite starter kits just a command away
https://github.com/raathigesh/propel

boilerplate cli-application dev-tool starter-kits tools

Last synced: 11 months ago
JSON representation

:boat: Keep your favorite starter kits just a command away

Awesome Lists containing this project

README

          

propel banner


Keep your favorite starter kits just a command away




Travis Build


License


NPM Version

## Why?
Certain starter kits I use again and again. But it's always a hassel to keep them bookmarked, to find them when required and then clone to a directory.

**Propel** will remember them and clone to the desired directory for you with a single command. But propel is all about remembering a git repo and cloning it to a directory. Use it for anything you like.

## Installation
```
$ npm install propel -g
```

## Usage
propel banner

Clone a starter kit to the **current working directory**
```
propel
```

Add a new starter kit
```
propel -a
```

Remove a start kit
```
propel -r
```

Export the current starter kits to a JSON file
```
propel -e
```

Import the starter kits from an exported JSON file **from the current working directory**
```
propel -i StaterKit.Json
```

## License
MIT © [Raathigeshan](https://twitter.com/Raathigeshan)