Instantly scaffold a new Aarambh.js project using a pre-built template.
Install the CLI tool globally using npm:
npm install create-aarambh-app
Create a new Aarambh.js project by running:
npx create-aarambh-app my-app
This will generate a new folder my-app
using the template stored in the internal template/
directory.
After the command runs, your folder will look like this:
my-app/
├── index.html
├── style.css
├── main.js
All files are copied from the built-in template/
folder included in the CLI.
- The CLI copies the contents of the
template/
folder. - It renames and places them inside the folder name you provide (
my-app
). - No additional configuration or setup required.
Aarambh.js is a lightweight JavaScript framework focused on fast, simple, and modern web development.
👉 Learn more at: Aarambh.js Documentation
- Edit the template files inside the
template/
directory. - Improve the CLI logic in
cli.js
orindex.js
.
Pull requests welcome!