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

https://github.com/melitus/tiny-npm-package

:rocket: This is to demonstrate how to make a beautiful, tiny npm package and publish it
https://github.com/melitus/tiny-npm-package

nodejs npm

Last synced: 3 months ago
JSON representation

:rocket: This is to demonstrate how to make a beautiful, tiny npm package and publish it

Awesome Lists containing this project

README

        

# @melitus/tiny-npm

[![npm (scoped)](https://img.shields.io/npm/v/@melitus/tiny-npm.svg)](https://www.npmjs.com/package/@melitus/tiny-npm)

This is to demonstrate how to make a beautiful, tiny npm package and publish it

## Install

```
$ npm install @melitus/tiny-npm
```
## Usage

```js
import {doRegister, doLogin, doLogout} = require("@melitus/tiny-npm");

```