Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ronitrajfr/celing
- Owner: ronitrajfr
- License: mit
- Created: 2024-10-17T08:12:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:33:04.000Z (2 months ago)
- Last Synced: 2024-10-19T11:25:18.866Z (2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```