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

https://github.com/abinavseelan/jaldi-cli

CLI utility to quickly bootstrap projects. ⚡️
https://github.com/abinavseelan/jaldi-cli

cli scaffolding

Last synced: 5 days ago
JSON representation

CLI utility to quickly bootstrap projects. ⚡️

Awesome Lists containing this project

README

          

![jaldireleasecreative](https://user-images.githubusercontent.com/6417910/40850920-841c5676-65e3-11e8-93a9-5f7be858fd80.png)

# jaldi

CLI utility to quickly bootstrap projects. ⚡️

jaldi supports and clones the following starter projects:

- [React, Express & Node with Hot Module Reloading](https://github.com/abinavseelan/React-Express-Node-Starter)

## Installation

Install the cli tool globally.

```bash
npm install -g jaldi
```

## Usage

```bash
jaldi
```

This will clone the [default starter project](https://github.com/abinavseelan/React-Express-Node-Starter) to the specified path.

## Yet another bootstrapping tool?

jaldi (which is Hindi for quickly ⚡️) aims to remove the hassle of bootstrapping new projects, without being opinionated in project approach or abstracting away control from the developer.

jaldi creates the boilerplate that every developer needs to set up in the first 15 minutes of starting a project and then gets out of your way ... completely.

## Future scope

- Support more starter projects!

Have a starter project idea in mind? Leave the suggestion as an [issue](https://github.com/abinavseelan/jaldi-cli/issues)! :smile: