!Office 365 Developer Patterns and Practices
JavaScript Provisioning Library
This is the new home of code that started in the
core js library. It made sense to break it out so
it can grow and develop independently. What is here has been heavily refactored to take advantage of the sp-pnp-js library so that it can work on nodejs.
Moving forward the
PnP core team is looking for folks who are interested in developing the provisioning capabilities in nodejs to
work with us to realize that goal. Our recommendation remains using the
CSOM based provisioning engine and calling it from
client script as a microservice. Alternatively you can make use of the
PowerShell wrappers to automate your site provisioning.
This library should currently be considered a work in progress
$3
NPM
Add the npm packages to your project
npm install sp-pnp-js sp-pnp-provisioning --save
$3
This project's contributors include Microsoft and
community contributors. Work is done as as open source community project.
$3
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.
$3
$3
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.