https://github.com/ihcccjs/utils
A javascript utility library.
https://github.com/ihcccjs/utils
Last synced: 10 months ago
JSON representation
A javascript utility library.
- Host: GitHub
- URL: https://github.com/ihcccjs/utils
- Owner: IhcccJS
- License: mit
- Created: 2023-02-28T10:05:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T06:47:35.000Z (over 1 year ago)
- Last Synced: 2025-02-07T07:28:58.908Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ihccc/utils
A JavaScript utility library.
[](https://npmjs.org/package/@ihccc/utils)
[](https://npmjs.org/package/@ihccc/utils)
[](https://github.com/umijs/dumi)
## Documentation
[Documentation](https://ihccc-utils)
## Installation
Install `@ihccc/utils` with npm
```bash
pnpm i @ihccc/utils
```
## Usage/Examples
```javascript
import { uuid } from '@ihccc/utils'
function foo() {
const id = uuid();
// ...
}
```
## Run Locally
Clone the project
```bash
git clone https://@ihccc/utils
```
Go to the project directory
```bash
cd utils
```
Install dependencies
```bash
pnpm install
```
Start the server
```bash
pnpm run dev
```
## Running Tests
To run tests, run the following command
```bash
pnpm run test
```
## Deployment
To deploy this project run
```bash
pnpm run deploy
```
## License
[MIT](https://choosealicense.com/licenses/mit/)