1.0.1 • Published 3 years ago

creating-node-module v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Creating Node Module Practice Package

Installing the package

  • To install the module you will need a little npm install creating-node-module

That will create a in node_modules directory a folder containing the package source code

Using the package

  • The package will only print some information about the modules, so it's used as follow :

    	- `var theModule = require('creating-node-module')`
    	- `theModule.printSomething()`

You Good to go, Enjoy it !!!!

1.0.1

3 years ago

1.0.0

3 years ago