cruft out-of-the-way 2021
WIP
Brainspace is limited these days, so start with this nice boilerplate, so you do not have to remember all the things you forgot last week.
Features
- Build / Minify Your Library
- ESBuild for library distribution
- ESLint w/ ES6/2017 Support
- Includes Tape for quickly writing tests
-
clone repository
git clone https://github.com/n2geoff/js-lib.git
-
do a find-replace on
n2geoff/js-lib
, to your user name/repo -
Update LICENSE, README & CONTRIBUTING as needed
-
update the package.js
-
start writing your library
test.it
is setup for testing you lib via
npm test
WARNING: currently requires
deno
and linting using eslint
via
npm run lint
npm install esbuild -g
npm run build
Please open an issue for support.
Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines, they're minimalistic;)