Giter Club home page Giter Club logo

definitelypacked's Introduction

DefinitelyPacked (beta)

DefinitelyPacked is a repository for common, community-driven MetaPack packages. We are aiming to bring together high-quality packages to help SharePoint professionals and develop and deliver solutions for SharePoint - both on-premises and SharePoint online.

Build status

Branch Status
dev Build status
beta Build status
master Build status

How does that work?

We created MetaPack introducing a common, open-source infrastructure for packaging, delivering and deploying SharePoint solutions.

It leverages NuGet platform to handle packaging, versioning and dependency management for SharePoint solutions. In a nutshell, MetaPack turns SharePoint customizations into NuGet packages so that we can reference other packages, version it and then push to any NuGet gallery you've got.

A beautiful part of MetaPack is packaging and deployment abstraction. You have full control over solution packaging and deployment, and we provide out of the box support for SharePointPnP and SPMeta2 - some of the most popular provisioning libraries for SharePoint.

Once you've for your solution in NuGet Gallery, you can deploy it with MetaPack API or command line interface.

Please refer to MetaPack documentation to get more understanding on how underlying infrastructure works:

Getting started with DefinitelyPacked

Firs of all, you need to install the latest MetaPack CLI. Once done, you would be able to deploy all DefinitelyPacked packages as easy as this:

SharePoint Online provision

metapack install `
        --id "package-id" `
        --url "http://contoso-intranet.sharepoint.com" `
        --username "[email protected]" `
        --userpassword "pass@word1" `
        --spversion "o365"

SharePoint 2013 provision

metapack install `
        --id "package-id" `
        --url "http://contoso-intranet.sharepoint.com" `
        --username "[email protected]" `
        --userpassword "pass@word1" `
        --spversion "sp2013"

DefinitelyPacked is in beta testing, so please add --source to get packages from the following NuGet feed as following:

metapack install `
        --id "package-id" `
        --url "http://contoso-intranet.sharepoint.com" `
        --username "[email protected]" `
        --userpassword "pass@word1" `
        --spversion "o365"
		--source https://ci.appveyor.com/nuget/definitelypacked-nuget

More options for deployments via MetaPack CLI are available here:

Available packages

DefinitelyPacked is in beta testing. All packages are available only AppVeyor build:

The foolowing packages are implemented:

Package Description
DefinitelyPacked.ArvoSys.spf-fieldsettings Enables management of advances field properties such as JSLink and others
DefinitelyPacked.ArvoSys.spf-imagefield SharePoint Flow Image Field
DefinitelyPacked.ArvoSys.spf-newitemcallout SharePoint custom callout for new item hero button
DefinitelyPacked.jQuery Delivers jQuery JavaScript library to 'Style library'

Feature requests, support and contributions

DefinitelyPacked is a part of the SPMeta2 ecosystem. In case you have unexpected issues or keen to see new features please contact support on SPMeta2 Yammer or here at github:

definitelypacked's People

Contributors

subpointsupport avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

definitelypacked's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.