0.0.6 • Published 9 years ago
build-npm-repo-to v0.0.6
build-npm-repo-to
CLI tool that:
- Checks out a git repository
- Runs
npm install - Runs
npm run build - Copies
dist/*to a given folder
Example
To clone and build https://github.com/user/repo and copy its built files to /tmp/dood use:
build-npm-repo-to https://github.com/user/repo /tmp/doodTo Do
- specify custom
distfolder - specify custom
npmcommand (ie notrun build)
Development
To find stories to work on checkout our board
npm run coverruns the tests with coveragenpm run lintruns lintnpm run mocharuns mocha (tests) on a watchnpm run testruns tests with linting and coverage
Be sure and ready the code of conduct