@replit/clui

v0.0.6
A CLI with UI

test

npm-run-all --parallel test:*

build

rm -rf dist && tsc

docs:dev

docz dev --host 0.0.0.0

test:tsc

tsc

test:lint

eslint src/ --ext .js,.ts,.tsx

test:unit

jest

docs:build

docz build

docs:serve

docz build && docz serve

test:format

prettier --check "src/**/*.{js,json,ts,tsx}"

typedoc:build

typedoc src

typedoc:serve

npm run docs:build && npx serve docs

prepublishOnly

npm run test && npm run build
npm i @replit/[email protected]

Metadata

Downloads