Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tradingview/jewel-case
https://github.com/tradingview/jewel-case
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tradingview/jewel-case
- Owner: tradingview
- License: mit
- Created: 2022-11-07T15:49:06.000Z (about 2 years ago)
- Default Branch: 1
- Last Pushed: 2024-05-02T15:41:42.000Z (9 months ago)
- Last Synced: 2024-11-09T09:44:27.719Z (3 months ago)
- Language: TypeScript
- Size: 397 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jewel-case
## Development
[Volta](https://volta.sh/) is recommended to install pinned versions of Node and pnpm. See `volta` field in the top-level [`package.json`](./package.json). Please also set `VOLTA_FEATURE_PNPM` environment variable to value `1`.Lifecycle commands:
| Command | Description |
|--------------------------| ----------------------------------------|
| `pnpm install` | install all dependencies for a project |
| `pnpm husky install` | enable Git hooks |
| `pnpm build` | build everything |
| `pnpm lint` | lint all files |
| `pnpm lint-staged` | lint all staged files |
| `pnpm src:test` | run unit tests |
| `pnpm tests:start` | run integration tests |
| `pnpm test` | run all tests |Recommended Visual Studio Code extensions:
- [`Orta.vscode-jest`](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest)