sharepoint-sync

0.1.0 • Public • Published

sharepoint-sync

A synctool that simplifies your workflow when working with sharepoint.

Getting Started

$ git clone this repo
$ cd folder-name
$ npm install

Make a new file mw-secret.js in the /config folder, and copy the code below into this new file

module.exports = {
  tenantName: 'your_tenantname_here',
  site: '/Sites/your_site_here',
  client_id: 'your_id_here',
   client_secret: 'your_client_secret_here'
}

Dependents (0)

Package Sidebar

Install

npm i sharepoint-sync

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • havhol