celing
v1.1.3
Published
A CLI to create license in your project
Downloads
59
Maintainers
Readme
Celing is a simple command-line interface (CLI) tool for generating MIT and Apache licenses. It streamlines the process of license creation for your projects.
Installation
You can install Celing globally using npm:
npm install -g celing
Usage
Once installed, you can run Celing using:
npx celing
This will guide you through the process of generating a license for your project.
Features
- Quick generation of MIT and Apache licenses
- Simple and intuitive command-line interface
- Streamlines the process of adding licenses to your projects
Development
If you want to contribute to Celing or run it locally, you can clone the repository:
git clone https://github.com/ronitrajfr/celing.git
Then, navigate to the project directory and install the dependencies:
cd celing
npm install
To run the project, use the following command:
node bin/index.js