hello-world-npm

1.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    2,196
    • latest

Version History

Package Sidebar

Install

npm i hello-world-npm

Weekly Downloads

6,712

Version

1.1.1

License

MIT

Last publish

Collaborators

  • rms1000watt