Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronitrajfr/celing

A simple CLI tool for generating MIT and Apache license. Streamline license creation for your projects.
https://github.com/ronitrajfr/celing

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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:

```bash
npm install -g celing
```

### Usage

Once installed, you can run Celing using:

```bash
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:

```bash
git clone https://github.com/ronitrajfr/celing.git
```

Then, navigate to the project directory and install the dependencies:

```bash
cd celing
npm install
```

To run the project, use the following command:

```bash
node bin/index.js
```