return-name-package
v1.0.0
Published
A simle test package to host on npm
Downloads
2
Maintainers
Readme
About
This is a test application that returns a simple string(name) when function called. It will be used as a first test to publishing to npm repositories
Language
Vanila js has been used to create returnname function
params
The function takes no argument.
return
The function returns a simple string(name) upon requiring and calling the stated function
How to
Run the following command to initialize project as npm project npm init
Then install the package using npm i returnname
On your file just require using const returnname = require('returnname')
