@wirelineio/cli

v0.1.19
Wireline CLI.

lint

eslint ./src --ignore-path ../../.eslintignore

test

jest --no-cache --silent --runInBand

build

babel ./src --out-dir ./dist/es --ignore "**/*.test.js" --copy-files

build:with-source-maps

yarn build --source-maps true --source-root `pwd`/dist/es

build:debug

yarn build:with-source-maps

clean

rm -rf ./dist

prepublish

yarn run clean && yarn run build

cli

BABEL_CACHE_PATH=./dist/babel-cache.json babel-node ./src/main.js
npm i @wirelineio/[email protected]

Metadata

Downloads