0.4.0 • Published 4 years ago

@togakure/styles v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Togakure Styles

licence mit GitHub issues GitHub package.json version GitHub Release Date GitHub top language GitHub repo size GitHub All Releases npm

Prerequisites

Install

yarn

In 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 build

Lint

yarn lint
//[Rules in ESLint](http://eslint.org/docs/rules/)

Test

yarn test

Release

 npm install -g release-it

Usage

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`

Manual

  1. Git Flow
  2. Commits
  3. Architecture
  4. Dependencies
  5. Technologies
  6. Identation (code style)
  7. CSS (code style)
  8. 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

⬆ back to the top

0.4.0

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

5 years ago

0.1.0

5 years ago