Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kufu/tamatebako
https://github.com/kufu/tamatebako
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kufu/tamatebako
- Owner: kufu
- License: mit
- Created: 2020-06-25T07:15:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T01:59:44.000Z (6 months ago)
- Last Synced: 2024-05-02T00:14:48.544Z (6 months ago)
- Language: TypeScript
- Size: 3.46 MB
- Stars: 8
- Watchers: 54
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# tamatebako
[![](https://github.com/kufu/tamatebako/workflows/test/badge.svg)](https://github.com/kufu/tamatebako/actions?workflow=test)
[![](https://github.com/kufu/tamatebako/workflows/lint/badge.svg)](https://github.com/kufu/tamatebako/actions?workflow=lint)Frontend packages for projects at SmartHR
## Package Index
| Package | Version | Description |
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| use-bulk-check | [![npm version](https://badge.fury.io/js/%40smarthr%2Fuse-bulk-check.svg)](https://badge.fury.io/js/%40smarthr%2Fuse-bulk-check) | React hooks for managing the values in the checkbox list |
| use-virtual-scroll | [![npm version](https://badge.fury.io/js/%40smarthr%2Fuse-virtual-scroll.svg)](https://badge.fury.io/js/%40smarthr%2Fuse-virtual-scroll) | React hooks for virtual scroll |
| wareki | [![npm version](https://badge.fury.io/js/%40smarthr%2Fwareki.svg)](https://badge.fury.io/js/%40smarthr%2Fwareki) | Japanese 'wareki' formatter |
| create-lint-set | [![npm version](https://badge.fury.io/js/%40smarthr%2Fcreate-lint-set.svg)](https://badge.fury.io/js/%40smarthr%2Fcreate-lint-set) | Lint installer |
| next-auth | [![npm version](https://badge.fury.io/js/%40smarthr%2Fnext-auth.svg)](https://badge.fury.io/js/%40smarthr%2Fnext-auth) | SmartHR's next-auth utility |## リリース手順
### 1. バージョンを更新する
```bash
$ yarn versionup
```以下のことが行われます。
- commit log を元に各パッケージの version を更新
- 各パッケージのディレクトリに `CHANGELOG.md` を出力(更新)
- バージョンを git tag する### 2. publish する
```bash
$ yarn release
```現在のバージョンが npm registry に公開されていなければ、npm publish します。