Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/root-kings/tushar.js

This is Tushar.
https://github.com/root-kings/tushar.js

Last synced: about 1 month ago
JSON representation

This is Tushar.

Awesome Lists containing this project

README

        

# tushar

![npm](https://img.shields.io/npm/v/@root-kings/tushar) ![npm bundle size](https://img.shields.io/bundlephobia/min/@root-kings/tushar)

This is Tushar.

## Usage

In JavaScript files

Install with `npm i -s @root-kings/tushar`

```js
const tushar = require('@root-kings/tushar')

tushar.greet() // greet stranger

tushar.greet('name') // greet name
```

CLI

Install with `npm i -g @root-kings/tushar`

```bash
# greet stranger
$ tushar-greet

# greet name
$ tushar-greet name
```