0.0.5 • Published 3 years ago

@troopshr/troops-input-password v0.0.5

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
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago