0.0.3 • Published 4 years ago
@troopshr/test-ds-component v0.0.3
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 git@bitbucket.org: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