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
- Host: GitHub
- URL: https://github.com/raathigesh/propel
- Owner: Raathigesh
- License: mit
- Created: 2016-09-17T13:31:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T04:29:57.000Z (over 9 years ago)
- Last Synced: 2025-03-30T22:32:11.113Z (12 months ago)
- Topics: boilerplate, cli-application, dev-tool, starter-kits, tools
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keep your favorite starter kits just a command away
## 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

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)