Common libraries and components for my works
To install the latest update:
yarn add -D @nanase/alnilam@git+ssh://git@github.com:nanase/alnilam.git
# using https
yarn add -D @nanase/alnilam@https://github.com/nanase/alnilam.gitOr, to specify branch or hash:
yarn add -D @nanase/alnilam@git+ssh://git@github.com:nanase/alnilam.git#BRANCH_NAMETo upgrade to the latest update:
yarn upgrade @nanase/alnilamimport { ThemeToggleButton } from '@nanase/alnilam';import { SIValue } from '@nanase/alnilam';yarn run buildFor type checking or build only:
yarn run type-check
yarn run build-onlyThis project uses vitest ⚡️
yarn run testTo output code coverage:
yarn run coverageIf you are using VSCode, you can use vitest extension.
yarn run lint
yarn run prettier