/
bear
/
js_dev_boilerplate
Обзор
Документация
Войти
/
bear
/
js_dev_boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Makefile
27 строк
566 B
Nikita Kalitin
save(js_dev_boilerplate): initial commit
29 ноя 2019, 12:45
29 ноя 2019, 12:45
f6d2a2e
Код
Авторство
О чём код?
# Makefile install: npm install @babel/core @babel/cli @babel/node @babel/preset-env publish: npm publish --dry-run lint: npx eslint . tst_publish: make publish npm link bundle: browserify -e ./dist/index.js > ./dist/bundle.js instbrow: npm install -g browserify devsrv: php -S localhost:5000 -t ./public test: npx jest test_cover: npx jest --coverage asm: npx eslint . npm run build browserify -e ./dist/index.js > ./dist/bundle.js cp -Rv --remove-destination ./assets/* ./public cp -Rv --remove-destination ./dist/bundle.js ./public/js/bundle.js