0.0.2 • Published 3 years ago

@troopshr/troops-spinner v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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