Get support for jcubic/open-source-library

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

jcubic/open-source-library

open-source-library

Template for JavaScript Open Source Library - version 0.3.4

npm travis Coverage Status

Installation

You can use the library from the browser by including:

<script src="https://rawgit.com/jcubic/open-source-library/master/dist/lib.min.js"></script>

or

<script src="https://unpkg.com/open-source-library"></script>

or install from npm:

npm install open-source-library

Usage

from node or using modules:

var {foo, bar} = require('open-source-lbrary');

console.log(foo('lorem'));
console.log(bar('ipsum'));

or in the browser

lib.foo('lorem');
lib.bar('ipsum');

License

Released under MIT license

Copyright (c) 2018 Jakub T. Jankiewicz

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

ud-bd4760f4