@microsoft/teamsfx-cli

v0.1.0-alpha.7
## TeamsFx CLI TeamsFx CLI a text-based command line interface that can help scaffold, validate, and deploy applications for Microsoft Teams from the terminal or a CI/CD process.
teamsfx teamsfx-cli

prepare

npm run build

copy-files

copyfiles -u 1 src/**/*.html src/**/*.css lib/

build

tsc -p ./ && npm run copy-files

watch

tsc -w -p ./ && npm run copy-files

test:e2e

ts-node tests/e2e/clean.ts && mocha --parallel --no-timeouts --require ts-node/register tests/e2e/**/*.tests.ts

test:unit

echo 'to be implementd'

test:integration

echo 'to be implementd'

check-format

prettier --list-different --config .prettierrc.json --ignore-path .prettierignore "{src,tests}/**/*.ts" "*.{js,json}"

format

prettier --write --config .prettierrc.json --ignore-path .prettierignore "{src,tests}/**/*.ts" "*.{js,json}"

lint:fix

eslint "src/**/*.ts" "tests/**/*.ts" --fix

lint

eslint "src/**/*.ts" "tests/**/*.ts"

precommit

lint-staged
npm i @microsoft/[email protected]

Metadata

  • MIT
  • >=10
  • Unknown
  • released 5/13/2021

Downloads