1.0.4 • Published 2 years ago

hello-world-basti0n v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

README

This package is just an example of a publishing that only return a 'hello world'

Use the package

Import package

You can import the package by using :

const helloWorld = require('hello-world-basti0n')

Use package

Here are the following usages :

  • Basic usage :
helloWorld()

Result :

hello world from the package @boy
  • Personalized usage :
helloWorld('myName')

Result :

hello world from the package @bibiche