Skip to content

MikeMorawski/sharepoint-population-tool

Repository files navigation

Overview

This project creates a chrome extension which allows for sample data population into lists. The extension can be viewed on the chrome web store.

Development Testing

This project was bootstrapped with Create React App.

Getting up and running in Chrome

cd .\src\popup
npm install
cd ..\..\
npm install
npm run clean
npm run watch

Open chrome -> ... -> More Tools -> Extensions -> Load Unpacked -> Select dist directory created from watch command

Test Platform

test\templates\testingGrounds.xml is a PnP Template that can be applied on an existing site for configuring a wide range of site columns/content types to test.

Connect-PnPOnline -Url "https://yourtenant.sharepoint.com/sites/targetcommunicationsite"
Apply-PnPProvisioningTemplate -Path "./test/templates/testingGrounds.xml"

Production Build

npm run clean
npm run build
npm run zip

About

Chrome browser extension to allow for easy sample data creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published