1.0.14 • Published 1 year ago

woobsbox v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

WoobsBox

Collection of utility classes for TypeScript.

How to Build

To build WoobsBox, follow these steps:

  1. Make sure you have Node.js installed.
  2. Clone this repository.
  3. Navigate to the root directory of the cloned repository in your terminal.
  4. Run the following command to install dependencies:
pnpm i

After installing dependencies, run the following command to build the TypeScript code:

pnpm run build

How to Use

Install using

pnpm i woobsbox

To use WoobsBox in your project, you can import the individual utility functions as needed. For example:

import { setYPositionWithOffset } from "woobsbox";

How to Publish to npm

To publish WoobsBox to npm, follow these steps:

  1. Install pnpm if you do not already have it
npm install -g pnpm
  1. Make sure you have an npm account and you're logged in. If not, create one and log in using:
pnpm login
  1. Run the following command to publish the package to npm:
pnpm run build-and-publish
  1. Your package should now be published to npm and available for others to install.
1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago