1.0.1 • Published 2 years ago

bibliothek v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bibliothek

a few utility functions I won't use but wrote anyway lol.

Installation

You can install the library with npm install bibliothek or yarn add bibliothek.

Then you can import the library in your project:

import * as lib from "bibliothek";

// your code goes here...

Or when using CommonJS:

const lib = require("bibliothek");

// your code goes here...

Building for Developers

  1. you need to clone the repository: git clone git@github.com:avolgha/bibliothek.git
  2. then you need to install the dependencies: yarn
  3. now you can build the project with yarn package

Happy coding :)

Support

If you want to contact me or you have a problem, you can write me on Discord (Marius#0686) or write me an email: avolgha@gmail.com.

1.0.1

2 years ago

1.0.0

2 years ago