Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/togakurecss/styles-old
(in development)
https://github.com/togakurecss/styles-old
css css-in-js less sass scss stylus
Last synced: 12 days ago
JSON representation
(in development)
- Host: GitHub
- URL: https://github.com/togakurecss/styles-old
- Owner: togakureCSS
- Created: 2019-09-22T19:56:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:20:34.000Z (about 2 years ago)
- Last Synced: 2025-01-14T13:42:45.328Z (19 days ago)
- Topics: css, css-in-js, less, sass, scss, stylus
- Language: SCSS
- Homepage:
- Size: 874 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Togakure Styles
[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)
[![GitHub issues](https://img.shields.io/github/issues/tgkr/styles.svg)](https://github.com/tgkr/styles/issues)
![GitHub package.json version](https://img.shields.io/github/package-json/v/tgkr/styles.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/tgkr/styles.svg)
![GitHub top language](https://img.shields.io/github/languages/top/tgkr/styles.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/tgkr/styles.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/tgkr/styles/total.svg)
![npm](https://img.shields.io/npm/dt/@togakure/styles.svg)## 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
```
### UsageCurrent 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)**