@troopshr/input-options
v0.1.3
Published
Webcomponent input-options following open-wc recommendations
Downloads
5
Readme
This repo contains code of the template to create a new design components
#Usage
- clone this repo
- rename all dc-tamplate to your-dc-name
- rename class name DCTamplate to YourDCName
rm -rf .git
git init
git remote add origin [email protected]:troopshr/your-dc-name.git
git add .
git commit -m '- initial commit'
git push -u origin master
#publishing a new version
npm version [<newversion> | major | minor | patch ]
git push --all
- go to circleci and see the result of build&publish to npm repo