🐦 Exercices for the "Eloquent Javascript" book
Exercises for the Eloquent JavaScript book by Marijn Haverbeke.
Partially based on offline-js-playground.
Name | Function |
---|---|
clean |
Clean /lib |
test |
Execute test cases |
test:watch |
Watch test |
lint |
Lint EsLint errors |
lint:fix |
Fix EsLint errors |
build |
Transpile ES6 to ES5 |
dockerized |
Execute inside Docker |
The project can be executed inside Docker, without the need to have NPM or NODE installed locally.
The npm run dockerized
command will open a sandbox Docker environment.
MIT © Alain Perkaz