1.0.0 • Published 7 years ago
clean-parcel-project v1.0.0
Clean project with parcel, es6 and sass
Usage
Create a new empty repo on GitHub
git clone hhttps://github.com/TwiztedDesign/clean-parcel-project.git [my-project-name]
cd [my-project-name] Clean the README
rm README.md && touch README.mdIf you have LICENSE, you can clean it too.
rm LICENSE
touch LICENSERemove all git info from the boilerplate
rm -rf .gitInitiate the new git repo
git init
git add -A
git commit -m "first commit"
git remote add origin [my-project remote repo]
git push -u origin masterInstall Dependencies
npm installBuild
npm run buildThis will generate the file /dist/index.js.
Development
npm run watchPublish
npm publishTests
npm test🍻 Cheers 🍻
1.0.0
7 years ago