weedz
v1.1.2
Published
npm package with a touch of green inspiration
Readme
Introduction
Learning how to create npm packages.
💿 Installation
npm install weedz📖 Usage
weed blaze # prints "420 blaze it"weed yeet # prints "420 yeet it"weed test # prints "all tests are blazin'"How to update npm version
- run `npm version <update_type>
- run `npm publish see here
Useful References for future use
- https://www.npmjs.com/package/yargs
- https://github.com/chalk/chalk
- https://www.npmjs.com/package/prompts
