1.1.1 • Published 7 years ago

hello-world-npm v1.1.1

Weekly downloads
795
License
MIT
Repository
github
Last release
7 years ago

Hello World NPM

This is an example project to see the minimal amount effort needed to publish to NPM.

Example CL Usage

Installation

npm install -g nimstall
nimstall -g hello-world-npm

Usage

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-npm
1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago