Skip to content
Andrew Koltyakov edited this page Oct 9, 2017 · 6 revisions

Banner

sp-build-tasks - SharePoint front-end projects automation and tasks tool-belt

The library was designed for usage with SharePoint Push-n-Pull Yeoman generator but can be used as a stand-alone package as well.

Recommended usage

Check prerequisites

  • Node.js
  • NPM or Yarn
  • Yeoman
  • SPPP Yeoman generator
  • TypeScript
npm install yarn yo generator-sppp typescript tslint -g

Create a scaffolder project

Run yo sppp in blank folder for a new project.

yo sppp

For tasks execution, some of them should be configured. These wiki sections describe settings layer options.

Get ready for automation fun running tasks!