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
- Host: GitHub
- URL: https://github.com/melitus/tiny-npm-package
- Owner: melitus
- License: mit
- Created: 2018-08-08T10:14:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T13:32:55.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T16:11:20.576Z (3 months ago)
- Topics: nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @melitus/tiny-npm
[](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");```