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. ⚡️
- Host: GitHub
- URL: https://github.com/abinavseelan/jaldi-cli
- Owner: abinavseelan
- License: mit
- Created: 2018-05-25T18:52:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T18:13:49.000Z (almost 5 years ago)
- Last Synced: 2026-07-13T06:37:59.259Z (5 days ago)
- Topics: cli, scaffolding
- Language: JavaScript
- Size: 9.77 KB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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: