1.0.5 • Published 2 years ago

kaam v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.5

2 years ago

1.0.4

2 years ago

1.2.0-alpha

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago