forked from swagger-api/swagger-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the packaging metadata to build the swagger-ui snap
- Loading branch information
Leo Arias
committed
Jan 14, 2017
1 parent
c9d2a70
commit 7169ea3
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: swagger-ui | ||
version: master | ||
summary: The World's Most Popular API Framework | ||
description: | | ||
Swagger UI is part of the Swagger project. The Swagger project allows you to | ||
produce, visualize and consume your OWN RESTful services. No proxy or 3rd | ||
party services required. Do it your own way. | ||
Swagger UI is a dependency-free collection of HTML, Javascript, and CSS | ||
assets that dynamically generate beautiful documentation and sandbox from a | ||
Swagger-compliant API. Because Swagger UI has no dependencies, you can host | ||
it in any server environment, or on your local machine. | ||
grade: devel | ||
confinement: strict | ||
|
||
parts: | ||
swagger-ui: | ||
source: . | ||
plugin: nodejs | ||
npm-run: [build] | ||
node-packages: [handlebars] |