raml2html-default-theme
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "raml2html-default-theme", | ||
"description": "The default theme for raml2html", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"author": { | ||
@@ -13,3 +13,3 @@ "name": "Kevin Renskers", | ||
"devDependencies": { | ||
"raml2html": "5.x" | ||
"glob": "7.1.x" | ||
}, | ||
@@ -16,0 +16,0 @@ "homepage": "https://github.com/raml2html/default-theme", |
@@ -1,6 +0,17 @@ | ||
# raml2html default template | ||
# raml2html default theme | ||
The default template used by raml2html. | ||
The default theme used by raml2html. It's installed with and used by raml2html by default. | ||
## Contributing | ||
raml2html-default-theme is an open source project and your contribution is very much appreciated. | ||
To get the best environment to work on raml2html and the default theme, follow these steps. | ||
1. Checkout raml2html-default-theme's develop branch; `npm link`. | ||
2. Checkout raml2html's develop branch; first `npm link raml2html-default-theme` and then `npm link`. | ||
Now both projects are installed globally, but using the local development versions of both. | ||
From the theme repo's example folder you can run the `render-all-examples` script without problem. | ||
## License | ||
raml2html-default-template is available under the MIT license. See the LICENSE file for more info. | ||
raml2html-default-theme is available under the MIT license. See the LICENSE file for more info. |
Sorry, the diff of this file is not supported yet
29774
18