All Projects → estruyf → doctor

estruyf / doctor

Licence: MIT license
Doctor - Maintain your documentation on SharePoint without pain.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to doctor

SharePoint-Patch-Script
An updated version of Russ Maxwell's "5 hour" SharePoint Patch Script supporting SharePoint 2013, 2016, and 2019.
Stars: ✭ 48 (-26.15%)
Mutual labels:  sharepoint
OneManager-cfworkerskv
部署在cloudflare的workers中的OneManager。
Stars: ✭ 124 (+90.77%)
Mutual labels:  sharepoint
pnpcore
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
Stars: ✭ 169 (+160%)
Mutual labels:  sharepoint
BlazorPoint
Blazor (Client Side) on SharePoint
Stars: ✭ 40 (-38.46%)
Mutual labels:  sharepoint
smartCAML
Build SharePoint Caml queries faster and easier using designer
Stars: ✭ 19 (-70.77%)
Mutual labels:  sharepoint
powershell
PnP PowerShell
Stars: ✭ 326 (+401.54%)
Mutual labels:  sharepoint
mvp-monitor
📊 Microsoft MVPs Monitor
Stars: ✭ 30 (-53.85%)
Mutual labels:  sharepoint
sp-build-tasks
👷 SharePoint front-end projects automation and tasks tool-belt
Stars: ✭ 15 (-76.92%)
Mutual labels:  sharepoint
camljs-console
Chrome extension, that provides a CamlJs console for creating SharePoint CAML queries right in browser, with live data preview.
Stars: ✭ 36 (-44.62%)
Mutual labels:  sharepoint
SP Hauler
Copy Libraries and Lists Content between ANY Version of SharePoint (SP2010/SP2013/SP2016/SPOnline).
Stars: ✭ 21 (-67.69%)
Mutual labels:  sharepoint
sp-pnp-node
SharePoint JavaScript Core Library wrapper helper for Node.js
Stars: ✭ 25 (-61.54%)
Mutual labels:  sharepoint
O365 SPO PowerShellScripts
PowerShell scripts related to SharePoint Online in Microsoft 365
Stars: ✭ 22 (-66.15%)
Mutual labels:  sharepoint
sharepoint
💾 Nextcloud SharePoint Backend for External storages
Stars: ✭ 16 (-75.38%)
Mutual labels:  sharepoint
productivity-tools
List of popular productivity tools for SharePoint
Stars: ✭ 26 (-60%)
Mutual labels:  sharepoint
sharepoint-ruby
A ruby client for Sharepoint's REST API.
Stars: ✭ 60 (-7.69%)
Mutual labels:  sharepoint
Awesome-SharePoint-Node.js
A collection of libraries and tools for Node.js runtime dealing with SharePoint
Stars: ✭ 85 (+30.77%)
Mutual labels:  sharepoint
sprest
An easy way to develop against the SharePoint 2013/Online REST api.
Stars: ✭ 72 (+10.77%)
Mutual labels:  sharepoint
SpRestLib
JavaScript SharePoint REST Web Services Library
Stars: ✭ 114 (+75.38%)
Mutual labels:  sharepoint
AutoSPSourceBuilder
A utility for building / slipstreaming SharePoint 2010 / 2013 / 2016 / 2019 / SE installation sources w/ prerequisites, service packs, language packs & cumulative/public updates. To quickly download and install this script, run 'Install-Script AutoSPSourceBuilder'
Stars: ✭ 65 (+0%)
Mutual labels:  sharepoint
sp-metadata
🔬 SharePoint Metadata Tracker
Stars: ✭ 12 (-81.54%)
Mutual labels:  sharepoint

Doctor

Maintain your documentation on SharePoint without pain

Does it build and publish? npm @estruyf/doctor@latest npm @estruyf/doctor@next

Doctor was originally created for having a uniformal way of providing the documentation internally at Valo Solutions. The main driver for doctor was to dogfood the Valo products and make it easier for users to maintain documentation on SharePoint.

As we understand that it is not the best experience for developers to write documentation on SharePoint, we created this tool to simplify the process. Doctor allows developers to use tools/applications they are used to, like VSCode and Markdown, and still provide the information on your SharePoint environment.

Doctor follows the concept of many Static Site Generators. These generators make it possible to write your articles/documentation in Markdown and convert them to HTML files.

Doctor is a bit different, as instead of creating HTML files, it makes SharePoint pages instead.

Under the hood, it makes use of the CLI for Microsoft 365.

Today doctor is maintained by Elio Struyf.

Documentation

More information about how you can use doctor can be found in our documentation: getdoctor.io.

The beta docs can be found on beta.getdoctor.io.

Installation

Thank you for your interest in the doctor. The following information will help you install doctor.

Start by installing doctor as follows via npm:

npm i -g @estruyf/doctor

If you are using yarn, you can do it as follows:

yarn global add @estruyf/doctor

To quickly get started, we provided a sample repository which allows you to test out all the functionalities of Doctor.

Todo

All ideas can be found in our issue list tagged with enhancement.

Found an issue?

Please add all your issues to the project issue list.

Feedback / Contribute

If you want to contribute to the project, feel free to do so. Best is to start a discussion in the discussion list and let us know what you want to implement.

Feedback can also be provided to the discussion list.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].