0.4.0 • Published 6 years ago
@togakure/styles v0.4.0
Togakure Styles
Prerequisites
- Node >= v6.10.3
- NPM >= v3.10.10
- Yarn >= v0.24.4 or
npm install -g yarn
Install
yarnIn the your project
npm install --save-dev @togakure/styles
// or
yarn add --dev @togakure/styles// package.json
"devDependencies": {
"@togakure/styles": "vX.X.X"
}Build
yarn buildLint
yarn lint
//[Rules in ESLint](http://eslint.org/docs/rules/)Test
yarn testRelease
npm install -g release-itUsage
Current release: v1.0.0-beta.4
Command:
release-it v1.0.0-beta.5Questions 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`Manual
- Git Flow
- Commits
- Architecture
- Dependencies
- Technologies
- Identation (code style)
- CSS (code style)
- Javascript (code style)
Contributing
- 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
Log
Check Releases for detailed changelog.
License
MIT license © Hemerson Vianna