Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jclo

jclo/es6kadoo

A template for writing pure ES6 Javascript libraries

JavaScript
0
0
MIT License
jclo's profile
jclo
75 contributions

Support the dependencies of jclo/es6kadoo

Account's avatar
npm/nopt
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Account's avatar
shelljs/shelljs
Portable Unix shell commands for Node.js
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
http-party/http-server
A simple zero-configuration command-line http server
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jclo/kadoo
A tool to embed ES6 Javascript code into an UMD module
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
terser/terser
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
Account's avatar
jclo/es6lib
A template for writing pure ES6 Javascript libraries

ES6Kadoo is a lightweight boilerplate that helps developers scaffold, build, and test pure ES6 JavaScript libraries that work both in Node.js and in modern browsers without needing a transpiler or bundler. It provides ready‑made npm scripts, UMD/ESM output, Mocha‑Chai testing, coverage reporting, and GitHub Actions CI, making it ideal for library authors who want a minimal, “pure‑ES6” project setup.