1.8.0 • Published 1 year ago

yoteams-build-core v1.8.0

Weekly downloads
143
License
MIT
Repository
github
Last release
1 year ago

yoteams-build-core

npm version npm MIT

Library with Gulp task for the Microsoft Teams Apps generator yo teams

Documentation

TODO

Default Gulp tasks

Custom tasks

Custom tasks can be added to the gulpfile.js to support any additional build or deploy steps you need.

Overriding tasks

Existing tasks can be overwritten in gulpfile.js by adding a new Gulp task with the name of the task you want to overwrite, by adding the task override at the end of the file:

// Add your custom tasks below

gulp.task("webpack", () => {
    console.log("My custom webpack task");
    return Promise.resolve();
});

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.