0.1.0 • Published 8 years ago

sharepoint-sync v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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'
}
0.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago