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/open-source-library
open-source-library
Template for JavaScript Open Source Library - version 0.3.4
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.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2