1.0.1 • Published 8 months ago

@meowapp/helloworld v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Meowapp says Hello

A simple npm package that exposes a helloworld function, which, when called, prints "Xin Chào Thế Giới" to the console.

Installation

You can install this package using npm:

npm install @meowapp/helloworld 

Usage

In your Node.js project, you can use the helloworld function as follows:

import helloworld from '@meowapp/helloworld';
helloworld();

License

MIT