在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):walling/gulp-raml2html开源软件地址(OpenSource Url):https://github.com/walling/gulp-raml2html开源编程语言(OpenSource Language):HTML 71.5%开源软件介绍(OpenSource Introduction):
gulp-raml2htmlA simple gulp plugin to automate the process of generating HTML documentation based on a RAML API. If you have any difficulties with the output of this plugin, please use the raml2html tracker. Note: This plugin wraps raml2html. Installnpm
Usagegulp basisGulp is a build life-cycle tool. You can configure several tasks to be ran when entering A typical var gulp = require('gulp');
var raml2html = require('gulp-raml2html'); Add HTML generation task// your existing tasks
gulp.task('apidoc', function() {
return gulp.src('api.raml')
.pipe(raml2html())
.pipe(gulp.dest('build'));
});
// more tasks Run
ExampleIncluded in this repository. Click here to go to the "example" folder APIsupportJsonInputType: boolean
Default value: When set to httpsType: boolean
Default value: When set to LicenseThe code for gulp-raml2html is licensed under the MIT license. See |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论