@sk1ppi/hello-world-npm

1.0.0 • Public • Published

@sk1ppi/hello-world-npm

Made by GitHub License NPM Version

A simple hello world npm package. This is a test package to learn how to create and publish npm packages.

Install

To install the package, use the following command:

npm i @sk1ppi/hello-world-npm

Example

To use the package, use the following code example:

const {
    HELLO_WORLD_STRING,
    getHelloWorldAsString,
    getHelloWorldAsArray,
 } = require('@sk1ppi/hello-world-npm');

console.log(HELLO_WORLD_STRING);
// => Hello World!

console.log(getHelloWorldAsString());
// => Hello World!

console.log(getHelloWorldAsArray());
// => [ 'Hello', 'World!' ]

Testing

To run tests, use the following command:

npm run test

Contribute

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Reach out

image0_0-3

License

Apache-2.0

Readme

Keywords

Package Sidebar

Install

npm i @sk1ppi/hello-world-npm

Weekly Downloads

4

Version

1.0.0

License

Apache-2.0

Unpacked Size

15.3 kB

Total Files

6

Last publish

Collaborators

  • sk1ppi