generator-office

v1.8.6
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

copyfiles "src/app/templates/**/*.*" -u 2 generators/app && copyfiles "src/app/config/**/projectProperties.json*" -u 3 generators/app/templates && copyfiles "src/app/config/**/projectProperties.json*" -u 3 generators/test

lint

eslint --ext .ts src

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 5/11/2022

Downloads

Maintainers