0.0.1-security • Published 4 years ago
h98d v0.0.1-security
Hello World NPM
This is an example project to see the minimal amount effort needed to publish to NPM.

Installation
npm install -g nimstall
nimstall -g hello-world-npmUsage
In Your Source Code
import { helloWorld } from 'hello-world-npm';
console.log(helloWorld());OR
import HelloWorldNPM from 'hello-world-npm';
console.log(HelloWorldNPM.helloWorld());OR
import HelloWorldNPM from 'hello-world-npm';
console.log(HelloWorldNPM());Command Line
hello-world-npm0.0.1-security
4 years ago
1.1.0
4 years ago