Skip to content
/ alnilam Public

Common libraries and components for my works ⭐🌟⭐

License

Notifications You must be signed in to change notification settings

nanase/alnilam

Repository files navigation

Alnilam

Common libraries and components for my works

Install

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

How to use

import { ThemeToggleButton } from '@nanase/alnilam';
import { SIValue } from '@nanase/alnilam';

Development

Build

yarn run build

For type checking or build only:

yarn run type-check
yarn run build-only

Test

This project uses vitest ⚡️

yarn run test

To output code coverage:

yarn run coverage

If you are using VSCode, you can use vitest extension.

Lint

yarn run lint
yarn run prettier

Use VSCode extensions. (ESLint, Prettier)

About

Common libraries and components for my works ⭐🌟⭐

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published