pnp-js-provisioning

A reusable JavaScript library targeting SharePoint provisioning.

Usage no npm install needed!

<script type="module">
  import pnpJsProvisioning from 'https://cdn.skypack.dev/pnp-js-provisioning';
</script>

README

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

Get Started

NPM

Add the npm packages to your project

npm install sp-pnp-js sp-pnp-provisioning --save

Authors

This project's contributors include Microsoft and community contributors. Work is done as as open source community project.

Code of Conduct

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.

"Sharing is Caring"

Disclaimer

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.