1.0.4 โข Published 4 years ago
colorcrafts v1.0.4
โ๏ธ Installation
npm install colorcrafts --save-dev๐ป Quickstart
Run the package locally
git clone https://github.com/radespratama/colorcrafts.git
cd colorcrafts
# install deps
npm install
# start dev server
npm run watch๐ Deploying to NPM
Deploy this project to NPM.js
# build TypeScript files
npm run build
# If you're not logged in
# npm login
# Publishing the package
npm publishโก Update
In version 1.0.3
What's new โจ :
- 5 New Colors Pallete [ Midnight Blue, Yale Blue, Floral, Trypan, Slimy Green ]๐ค Contributing
After setting up the project, and making changes:
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH