Home

Awesome

image

⚡️ exit-cli

version license downloads

A nice way to exit your command-line tools.

Features

<br> <img src="./assets/suitcase.png" width="10%" />

Install

# install the package
npm install exit-cli
<br> <img src="./assets/api.png" width="10%" />

API

<br> <img src="./assets/rocket.png" width="10%" />

Usage

const end = require('exit-cli');

// without package.json file
await end({
	github: `https://github.com/msaaddev/exit-cli`,
	twitter: `https://twitter.com/msaaddev`
})

const end = require('exit-cli');
const packageJSON = require('./package.json');

// with package.json file
await end({
	github: `https://github.com/msaaddev/exit-cli`,
	twitter: `https://twitter.com/msaaddev`,
	pkgJSON: packageJSON
})

⚡️ Other Projects

I have curated a detailed list of all the open-source projects I have authored. Do take out a moment and take a look.

🔑 License & Conduct