All Projects → pnp → Sp Dev Solutions

pnp / Sp Dev Solutions

Licence: other
Repository for SharePoint development reusable solutions

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sp Dev Solutions

Circular bottom navigation
Stars: ✭ 367 (-1.61%)
Mutual labels:  hacktoberfest
Studio
Studio: Simplify and expedite model building process
Stars: ✭ 371 (-0.54%)
Mutual labels:  hacktoberfest
Rustscan
🤖 The Modern Port Scanner 🤖
Stars: ✭ 5,218 (+1298.93%)
Mutual labels:  hacktoberfest
Mindsdb
Predictive AI layer for existing databases.
Stars: ✭ 4,199 (+1025.74%)
Mutual labels:  hacktoberfest
Navit
The open source (GPL v2) turn-by-turn navigation software for many OS
Stars: ✭ 368 (-1.34%)
Mutual labels:  hacktoberfest
Hexapod
Blazing fast hexapod robot simulator for the web.
Stars: ✭ 370 (-0.8%)
Mutual labels:  hacktoberfest
Programming Books
A collection of Programming books 📖
Stars: ✭ 367 (-1.61%)
Mutual labels:  hacktoberfest
Axe Core
Accessibility engine for automated Web UI testing
Stars: ✭ 4,293 (+1050.94%)
Mutual labels:  hacktoberfest
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (-1.88%)
Mutual labels:  hacktoberfest
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (-1.07%)
Mutual labels:  hacktoberfest
Pswritehtml
PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
Stars: ✭ 367 (-1.61%)
Mutual labels:  hacktoberfest
Riot Watcher
Simple Python wrapper for the Riot Games API for League of Legends
Stars: ✭ 367 (-1.61%)
Mutual labels:  hacktoberfest
Magento2 Theme Blank Sass
SASS based version of Magento 2 Blank theme
Stars: ✭ 373 (+0%)
Mutual labels:  hacktoberfest
Azkaban
Azkaban workflow manager.
Stars: ✭ 3,914 (+949.33%)
Mutual labels:  hacktoberfest
Awesome Uses
A list of /uses pages detailing developer setups, gear, software and configs.
Stars: ✭ 3,861 (+935.12%)
Mutual labels:  hacktoberfest
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (-1.34%)
Mutual labels:  hacktoberfest
Wowanalyzer
WoWAnalyzer is a tool to help you analyze and improve your World of Warcraft raiding performance through various relevant metrics and gameplay suggestions.
Stars: ✭ 371 (-0.54%)
Mutual labels:  hacktoberfest
Anglesharp
👼 The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
Stars: ✭ 4,018 (+977.21%)
Mutual labels:  hacktoberfest
Remote Jobs Brazil
Lista de empresas com trabalho remoto no Brasil
Stars: ✭ 3,954 (+960.05%)
Mutual labels:  hacktoberfest
Netjsonconfig
Network configuration management library based on NetJSON DeviceConfiguration
Stars: ✭ 372 (-0.27%)
Mutual labels:  hacktoberfest

page_type: sample products:

  • office-sp languages:
  • typescript extensions: contentType: samples createdDate: 6/13/2017 12:47:19 PM

SharePoint Patterns and Practices Community Solutions

Welcome to the SharePoint PnP Community Solutions repository. This repository contains samples and templates you can use as foundations and patterns of solutions for your SharePoint sites.

STATUS

These web parts are currently in preview, and undergoing further updates to improve quality and add capabilities, based on your feedback.

About

This repository contains solution samples that implement different user scenarios that you can use as part of your own solutions within SharePoint sites. These samples end-to-end solutions that contain all of the components you need to fulfill productivity needs of users and teams. For developers, these are extended examples, and contain some modules and patterns you may find useful to re-use in your solutions.

We welcome your reported issues, pull requests, and new solution samples. Please use the Github issues list to submit your feature requests and issues, and please submit pull requests and bug fixes. For new solutions, you will want to review the solutions standards criteria for inclusion. For more information, see Contribution Guidance.

Solution Samples

Solution Description Link
ChangeRequests Manage and close change requests opened by users. Link
Column Formatter Easy editor for modern listview Column Formatting Link
ContactManagement Organize and manage contacts and organizations. Link
LinksAndHandlebarsTemplate Different kinds of visuals for hosting sets of links on a page, including with custom Handlebars Templates Link
Multilingual Pages Solution to create, manage, and consume multilingual pages based on users preferred language. Link
InventoryCheckOut Manage a list of items in an inventory, and let users check out and reserve items. Link
Site Designs Studio Enables the management of Site Designs and Site Scripts directly in the browser Link
TimeAway Provides a simple out-of-office tracker for members of your team. Link
ModernSearch User friendly search experience in the modern SharePoint interface Link
ModernSearchRenderers Custom renderers for the ModernSearch solution. Link

Additional resources

Using the solutions

To build and start using these projects, you'll need to clone and build the projects.

Clone this repository by executing the following command in your console:

git clone https://github.com/SharePoint/sp-dev-solutions.git

Navigate to the cloned repository folder which should be the same as the repository name:

cd sp-dev-solutions

To access the solutions use the following command, where you replace solution-folder-name with the name of the solution you want to access.

cd solution-folder-name

Now run the following command to install the npm packages:

npm install

This will install the required npm packages and dependencies to build and run the client-side project.

Once the npm packages are installed, run the following command to preview your web parts in SharePoint Workbench:

gulp serve

Contributions

These solutions are direct from the feature teams, SharePoint PnP core team (http://aka.ms/SharePointPnP) or shared by the community. This project's contributors include Microsoft and community contributors. Work is done as as open source community project. We welcome your input on issues and suggestions for new samples. We also welcome community contributions around new solutions.

Please have a look on our Contribution Guidance before submitting your pull requests, so that we can get your contribution processed as fast as possible. Thanks!

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.

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].