Common libraries and components for my works
To install the latest update:
yarn add -D @nanase/alnilam@git+ssh://[email protected]:nanase/alnilam.git
# using https
yarn add -D @nanase/alnilam@https://github.com/nanase/alnilam.git
Or, to specify branch or hash:
yarn add -D @nanase/alnilam@git+ssh://[email protected]:nanase/alnilam.git#BRANCH_NAME
To upgrade to the latest update:
yarn upgrade @nanase/alnilam
import { ThemeToggleButton } from '@nanase/alnilam';
import { SIValue } from '@nanase/alnilam';
yarn run build
For type checking or build only:
yarn run type-check
yarn run build-only
This project uses vitest ⚡️
yarn run test
To output code coverage:
yarn run coverage
If you are using VSCode, you can use vitest extension.
yarn run lint
yarn run prettier