Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Clarify what duffle is intended for (#739)
Browse files Browse the repository at this point in the history
* Clarify what duffle is intended for

Duffle is the reference implementation of the spec. Point people to some of the
community tools if they want to build new bundles.

* Incorporate review feedback

* Link to the CNAB SDK section
  • Loading branch information
carolynvs-msft authored May 6, 2019
1 parent b1ce214 commit 5e15f8b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
[![Waffle.io - Columns and their card count](https://badge.waffle.io/deislabs/duffle.svg?columns=In%20Progress,Needs%20Review,Done)](https://waffle.io/deislabs/duffle)


Duffle is a command line tool that allows you to install and manage CNAB bundles. To learn more about about CNAB and duffle, check out the [docs](docs/README.md).
Duffle is the reference implementation of the [CNAB specification][cnab]. It
provides a comprehensive mapping of _all_ features of the specification, serving
both as a tool to install and manage bundles, and author bundles at a low level.

The community has created implementations of the CNAB spec with
[opinionated takes on authoring bundles][cnab-tools]. Some even use Duffle's
[libraries][cnab-sdk] to handle the CNAB implementation. If you want to make your own CNAB tooling, that is a great place to start!

Learn more about about CNAB and Duffle, check out our [docs](docs/README.md).

## Getting Started

Expand Down Expand Up @@ -104,3 +112,7 @@ Duffle is a command line tool that allows you to install and manage CNAB bundles
## Developing Duffle

See the [Developer's Guide](docs/developing.md).

[cnab]: https://cnab.io
[cnab-tools]: https://cnab.io/community-projects/#tools
[cnab-sdk]: https://cnab.io/community-projects/#sdk

0 comments on commit 5e15f8b

Please sign in to comment.