0.0.0 • Published 6 years ago
@enlibe/cli v0.0.0
Enlibe CLI client
Requirements
$ node
$ npmInstallation
$ npm install --global @enlibe/cli:0.0.0
$ enlibe --versionDocker
$ docker run \
--rm \
--user="1000" \
--mount="type=bind,source=$(pwd),destination=/workspace" \
enlibe/cli:0.0.0 \
--versionCLI API
$ ./node_modules/.bin/enlibe --helpDevelopment
$ npm install
$ npm run format:check
$ npm run build
$ npm run lint:check
$ npm run test
$ npm publish$ docker-compose run --rm workspace0.0.0
6 years ago