0.2.0 • Published 1 year ago

@zetaraku/hello-npm v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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!
0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

2 years ago

0.0.0

2 years ago