@replit/clui-input

v0.0.18
A utility library for building CLI style interfaces with autocomplete

test

npm-run-all --parallel test:*

build

rm -rf dist && tsc

test:tsc

tsc

test:lint

eslint src/ --ext .ts

test:unit

jest

test:format

prettier --check "src/**/*.ts"

typedoc:build

typedoc src

typedoc:serve

npm run docs:build && npx serve docs

prepublishOnly

npm run test && npm run build
npm i @replit/clui-input

Metadata

Downloads