https://github.com/togakurecss/styles-old
(in development)
https://github.com/togakurecss/styles-old
css css-in-js less sass scss stylus
Last synced: 3 months ago
JSON representation
(in development)
- Host: GitHub
- URL: https://github.com/togakurecss/styles-old
- Owner: togakureCSS
- Created: 2019-09-22T19:56:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:20:34.000Z (over 3 years ago)
- Last Synced: 2025-03-09T12:02:23.607Z (over 1 year ago)
- Topics: css, css-in-js, less, sass, scss, stylus
- Language: SCSS
- Homepage:
- Size: 874 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Togakure Styles
[](http://hemersonvianna.mit-license.org/)
[](https://github.com/tgkr/styles/issues)






## Prerequisites
- [Node >= v6.10.3](https://nodejs.org/en/)
- NPM >= v3.10.10
- [Yarn >= v0.24.4](https://yarnpkg.com/en/docs/install#linux-tab) or `npm install -g yarn`
## Install
```
yarn
```
## In the your project
```bash
npm install --save-dev @togakure/styles
// or
yarn add --dev @togakure/styles
```
```bash
// package.json
"devDependencies": {
"@togakure/styles": "vX.X.X"
}
```
## Build
```
yarn build
```
## Lint
```bash
yarn lint
//[Rules in ESLint](http://eslint.org/docs/rules/)
```
## Test
```
yarn test
```
## Release
```bash
npm install -g release-it
```
### Usage
Current release: v1.0.0-beta.4
Command:
```bash
release-it v1.0.0-beta.5
```
Questions and answers
**Release source repo**
```sh
- ? 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](./docs/manual/01-git-flow.md)
2. [Commits](./docs/manual/02-commits.md)
3. [Architecture](./docs/manual/03-architecture.md)
4. [Dependencies](./docs/manual/04-dependencies.md)
5. [Technologies](./docs/manual/05-technologies.md)
6. [Identation (code style)](./docs/manual/06-identation-code-style.md)
7. [CSS (code style)](./docs/manual/07-css-code-style.md)
8. [Javascript (code style)](./docs/manual/08-javascript-code-style.md)
## 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](https://github.com/tgkr/styles/releases) for detailed changelog.
## License
[MIT license](http://hemersonvianna.mit-license.org/) © Hemerson Vianna
**[⬆ back to the top](#prerequisites)**