npm.io
0.2.0 • Published 3 years ago

@zetaraku/hello-npm

Licence
MIT
Version
0.2.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

@zetaraku/hello-npm

npm (scoped)

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!