0.0.0 • Published 4 years ago

@enlibe/cli v0.0.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Enlibe CLI client

Requirements

$ node
$ npm

Installation

$ npm install --global @enlibe/cli:0.0.0
$ enlibe --version

Docker

$ docker run \
  --rm \
  --user="1000" \
  --mount="type=bind,source=$(pwd),destination=/workspace" \
  enlibe/cli:0.0.0 \
  --version

CLI API

$ ./node_modules/.bin/enlibe --help

Development

$ npm install
$ npm run format:check
$ npm run build
$ npm run lint:check
$ npm run test
$ npm publish
$ docker-compose run --rm workspace
0.0.0

4 years ago