lism
Version:
Collection of TypeScript Utilities to help developers streamline their coding workflow.
41 lines (26 loc) • 636 B
Markdown
# lism
[](https://www.npmjs.com/package/lism)
[](https://www.npmjs.com/package/lism)
## About
Lism is a Collection of TypeScript Utilities to help developers streamline their coding workflow.
## Documentation
You can find the Lism documentation [on the website](https://dragmove.github.io/lism).
## Installation
```sh
npm install lism
# yarn add lism
# pnpm add lism
```
## Run Tests
```sh
npm run test
```
## Build documents
Build typdoc documents to `docs` path
```sh
npm run docs
```
### Update Release Version
```sh
npm run version
```