@zetaraku/hello-npm
A test npm package :)
You can create one for yourself by following this instruction on npm. It's easy!
Installation
$ npm install @zetaraku/hello-npm
API
CommonJS
const { hello } = require('@zetaraku/hello-npm');
ES Module
import { hello } from '@zetaraku/hello-npm';
hello()
Print out Hello world!
to the console.
Usage
hello(); // This prints the 'Hello world!' message to your console :D!