Skip to content

zetaraku/hello-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A test npm package :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published