1.0.1 ā€¢ Published 1 year ago

hello-rabbit-npm v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago