$ make docs # builds jsdoc for this repo with config in .jsdoc.config.js $ make link # lints js files using standard.js $ make test # runs automated tests once $ make clean # nukes node_modules and package-lock.json $ make build # builds browser files and stores them in /dist ...
$ make docs#builds jsdoc for this repo with config in .jsdoc.config.js$ make link#lints js files using standard.js$ maketest#runs automated tests once$ make clean#nukes node_modules and package-lock.json$ make build#builds browser files and stores them in /dist$ make rebuild#nukes node...