new-my-npm-package-token-example
v1.0.0
Published
A demo NPM package using token auth
Readme
My NPM Package
This is a sample NPM package published using Python and an authentication token.
Features
- Simple
greet(name)function - Easy to publish using
publish.py - Auth via NPM token
Usage
const greet = require('my-npm-package-token-example');
console.log(greet('World')); // Hello, World!