https://github.com/codex-team/hawk.types
Common Hawk types for all projects
https://github.com/codex-team/hawk.types
Last synced: 4 months ago
JSON representation
Common Hawk types for all projects
- Host: GitHub
- URL: https://github.com/codex-team/hawk.types
- Owner: codex-team
- License: unlicense
- Created: 2020-08-13T16:29:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T04:38:12.000Z (over 2 years ago)
- Last Synced: 2024-04-23T23:00:32.772Z (about 1 year ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hawk.types
Types for Hawk's modules
## Installation
```
yarn add @hawk.so/types
```## How to add new types
1. Add new types to `src` folder.
2. Create a pull request.github-actions bot will check lint styles, build types and commit changes.
### Lint
```
$ yarn lint
```### Build
```
$ yarn tsc
```