create-aarambh-app
v1.6.0
Published
> Instantly scaffold a new Aarambh.js project using a pre-built template.
Readme
⚡ create-aarambh-app
Instantly scaffold a new Aarambh.js project using a pre-built template.
📦 Installation
Install the CLI tool globally using npm:
npm install create-aarambh-app🚀 Usage
Create a new Aarambh.js project by running:
npx create-aarambh-app my-appThis will generate a new folder my-app using the template stored in the internal template/ directory.
📁 Project Structure
After the command runs, your folder will look like this:
my-app/
├── index.html
├── style.css
├── main.jsAll files are copied from the built-in template/ folder included in the CLI.
🧠 How It Works
- 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.
📚 About Aarambh.js
Aarambh.js is a lightweight JavaScript framework focused on fast, simple, and modern web development.
👉 Learn more at: Aarambh.js Documentation
🛠 Contributing
Pull requests welcome!
