inquirer-autocomplete-standalone

v0.3.0
Standalone autocomplete cli prompt based on inquirer core
answer answers ask base cli command command-line enquirer input and 22 more...

lint

npm run prettier:check && npm run eslint

lint:fix

npm run eslint:fix && npm run prettier:fix

eslint

eslint **/*.ts

eslint:fix

npm run eslint -- --fix

prettier:cli

prettier src test

prettier:check

npm run prettier:cli -- --check

prettier:fix

npm run prettier:cli -- --write

pretest

npm run lint

test

vitest run test --coverage

tsc

yarn run clean && yarn run tsc:esm && yarn run tsc:cjs

build

yarn run tsc

clean

rm -rf dist

tsc:esm

tsc -p ./tsconfig.json

tsc:cjs

tsc -p ./tsconfig.cjs.json

develop

vitest watch test --coverage

Metadata

  • ISC
  • >=16
  • Martin Hansen
  • released 9/19/2023

Downloads

Maintainers