- Node >= v6.10.3
- NPM >= v3.10.10
- Yarn >= v0.24.4 or
npm install -g yarn
yarn
npm install --save-dev @togakure/styles
// or
yarn add --dev @togakure/styles
// package.json
"devDependencies": {
"@togakure/styles": "vX.X.X"
}
yarn build
yarn lint
//[Rules in ESLint](http://eslint.org/docs/rules/)
yarn test
npm install -g release-it
Current release: v1.0.0-beta.4
Command:
release-it v1.0.0-beta.5
Questions and answers
Release source repo
- ? Show updated files? `Yes`
- M package.json
- ? Commit (Release v1.0.0-beta.5)? `Yes`
- ? Tag (v1.0.0-beta.5)? `Yes`
- ? Push? `Yes`
- ? Publish "iron-fist" to npm? `No`
- Git Flow
- Commits
- Architecture
- Dependencies
- Technologies
- Identation (code style)
- CSS (code style)
- Javascript (code style)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Check Releases for detailed changelog.
MIT license © Hemerson Vianna