项目作者: aperkaz

项目描述 :
🐦 Exercices for the "Eloquent Javascript" book
高级语言: JavaScript
项目地址: git://github.com/aperkaz/eloquent-javascript.git
创建时间: 2017-09-03T19:52:44Z
项目社区:https://github.com/aperkaz/eloquent-javascript

开源协议:MIT License

下载


Eloquent JavaScript

Build Status
Code Climate

:bird: Exercises for the Eloquent JavaScript book by Marijn Haverbeke.
Partially based on offline-js-playground.

Scripts

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

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.

License

MIT © Alain Perkaz