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.

Qualified Helpers
jcubic
owner From $50 / 30 mins
Get help from jcubic

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 |
2024 © lth-dev incorporated

p-e622a1a2