1.0.5 • Published 3 years ago
kaam v1.0.5
Kaam
Kaam is a cli tool for rapidly generating your projects.
I wanted to create a cli to bootstrap my favorite project templates faster, so I created Kaam for that, but it is free for everyone to use and contribute to.
Quick Start
Using npm:
npm i -g kaam
kaam
or
using npx:
npx kaam
Answer three simple questions:
- Template you want to use
- Name of your project directory
- Your preferred package manager
That's it, your dependencies are already installed, dive in to your project.
How it works:
To make the size smaller the templates folder is not present in the npm package itself. The cli uses degit to clone the project from the github repo.
Upcoming Features
- Options to skip questions
- Prettier config generation
- Eslint config generation
- License generation
- Open with code
- Git repo initialize
- Create github repo
Contributing
Contributing insructions to be released soon.
License
MIT © Avi Avinav