1.0.4 โ€ข Published 2 years ago

colorcrafts v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

โ˜๏ธ 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