-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update package and scope naming
- Loading branch information
seungok Jeong
committed
Jun 1, 2024
1 parent
a1a0699
commit ae7aea7
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: skylight-utils tests | ||
name: utils tests | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
## skylight-utils | ||
## @puresky/utils | ||
|
||
Typescript, Javascript utility collection | ||
|
||
![npm](https://img.shields.io/npm/v/skylight-utils) ![skylight-utils tests](https://github.com/vsnm25/skylight-utils/actions/workflows/main.yml/badge.svg) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/skylight-utils)](https://bundlephobia.com/result?p=skylight-utils) ![npm](https://img.shields.io/npm/dw/skylight-utils) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/skylight-utils) | ||
![npm](https://img.shields.io/npm/v/@puresky/utils) ![@puresky/utils tests](https://github.com/vsnm25/utils/actions/workflows/main.yml/badge.svg) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/@puresky/utils)](https://bundlephobia.com/result?p=@puresky/utils) ![npm](https://img.shields.io/npm/dw/@puresky/utils) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@puresky/utils) | ||
|
||
|
||
## Installation | ||
```shell | ||
## npm | ||
npm install skylight-utils | ||
npm install @puresky/utils | ||
|
||
## yarn | ||
yarn add skylight-utils | ||
yarn add @puresky/utils | ||
``` | ||
|
||
|
||
## API Documentation | ||
You can check entire api documentation in [here](https://github.com/vsnm25/skylight-utils/blob/main/README_API.md) | ||
You can check entire api documentation in [here](https://github.com/vsnm25/utils/blob/main/README_API.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters