Skip to content

npm09/nmpdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#npm helloworld demo package creation and registrating to npm server listed here. I will delete this test package as demo purpose is done. Thanks !!

How to Consume : Eg.

const {area, perimeter} = require('npm09-helloworld-learninghub')

console.log(area(1)); console.log(perimeter(0.5));

About

npm package creating and listing on npm server are demonstrated here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published