generator-office

v1.8.0
Yeoman generator for creating Microsoft Office projects using any text editor.
office yeoman-generator office-add-in add-in outlook excel word powerpoint onenote and 2 more...

tsc

tsc -p tsconfig.json

copy

cpy templates/**/*.* ../../generators/app --parents --cwd=src/app && cpy ./**/projectProperties.json* ../../../generators/app/templates --parents --cwd=src/app/config && cpy ./**/projectProperties.json* ../../../generators/test --parents --cwd=src/app/config

test

mocha --timeout 0 -r ts-node/register generators/test/**.js

build

rimraf generators && concurrently "npm run tsc" "npm run copy"

start

rimraf generators && concurrently "npm run tsc-watch" "npm run copy-watch"

tsc-watch

tsc -p tsconfig.json -w

Metadata

  • MIT
  • >=14
  • OfficeDev
  • released 8/6/2021

Downloads

Maintainers