1.0.1 • Published 2 years ago

hello-rabbit-npm v1.0.1

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

installation

npm install --save-dev hello-rabbit-npm

example usage

  • create a test folder and inside the test folder run npm init
  • or go inside an existing npm project

  • inside a script.js (inside your npm project that has the hell-rabbit-npm package installed via npm), you can use the different functions provided by the hello-rabbit-npm package

script.js

const zoo = require("hello-rabbit-npm");

console.log(zoo.helloCat());
console.log(zoo.helloCow());
console.log(zoo.helloRabbit());

run the script

node script.js

will output:

🐈🐈🐈
šŸ„šŸ„šŸ„
šŸ‡šŸ‡šŸ‡
1.0.1

2 years ago

1.0.0

2 years ago