๐Ÿ“ฆ ronitrajfr / Celing

A simple CLI tool for generating MIT and Apache license. Streamline license creation for your projects.

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching โš–๏ธ MIT License
clicommand-line-tooljavascript
๐Ÿ“ฅ Clone https://github.com/ronitrajfr/Celing.git
HTTPS git clone https://github.com/ronitrajfr/Celing.git
SSH git clone git@github.com:ronitrajfr/Celing.git
CLI gh repo clone ronitrajfr/Celing
ronitrajfr ronitrajfr chore(readme): removed image ca941d7 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ bin
๐Ÿ“ templates
๐Ÿ“ utils
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Say Hello to Celing

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