+1
-1
| { | ||
| "name": "pantsu", | ||
| "description": "Utilities for JS projects", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "license": "MPL-2.0", | ||
@@ -6,0 +6,0 @@ "packageManager": "pnpm@7.9.3", |
+32
-1
@@ -1,1 +0,32 @@ | ||
| # Kakuchou | ||
| <h1 align="center"> | ||
| :cherry_blossom: Pantsu :cherry_blossom: | ||
| </h1> | ||
| [](https://github.com/TeraNovaLP/Pantsu/commits/master) | ||
| [](https://www.npmjs.com/package/pantsu) | ||
| [](https://bundlephobia.com/package/pantsu) | ||
| Utilities for JS projects. **/^o^/** | ||
| ## Usage | ||
| ### Installation | ||
| ``` | ||
| npm install pantsu | ||
| ``` | ||
| ### Importing and usage | ||
| ```ts | ||
| import { StringUtils, ... } from "pantsu"; | ||
| StringUtils.equalsIgnoreCase("str", "str"); | ||
| ``` | ||
| ## Setup & Build | ||
| Install all dependencies: | ||
| ``` | ||
| pnpm install | ||
| ``` | ||
| Build: | ||
| ``` | ||
| pnpm run build |
21622
3.21%33
3200%