tasktree-cli

v5.0.0
Simple terminal task tree - helps you keep track of your tasks in a tree structure.
cli task tree terminal term console ascii loading indicator and 5 more...

build

npm-run-all build:*

build:ts

rimraf lib && tsc --extendedDiagnostics

check

npm-run-all check:*

check:lint

rimraf coverage && eslint "src/**" --ext .ts

check:spell

cspell -c .vscode/cspell.json --no-summary "README.md" "src/**/*.ts"

generate

npm-run-all generate:*

generate:changelog

changelog generate --bump

generate:docs

rimraf docs/api && typedoc

generate:ghinfo

node --experimental-specifier-resolution=node node_modules/.bin/ghinfo generate -d media -t utils

prepare

npm-run-all prepare:*

prepare:config

ts-package-shared-config

prepare:husky

husky install

release

npm-run-all prepare check test build generate

test

npm-run-all test:*

test:jest

node --harmony node_modules/.bin/jest

Metadata

  • MIT
  • >=14.0.0
  • Daniil Ryazanov
  • released 5/3/2021

Downloads

Maintainers