always_greet
v1.0.1
Published
This package provides the module that creates greeting.
Downloads
10
Maintainers
Readme
This package provides your the module which helps to create greeting.
Instruction to use:
1.Install
locally
npm install always_greet
globally
npm install -g always_greet
2.Import
const {goodMorning,goodEvening,goodNight}=requrie('always_greet')
3.Use
goodMorning(name) goodEvening(name) goodNight(name)