11 Star 76 Fork 19

计算机电子书 / 免费的编程书籍索引

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
gulpfile.js 202 Bytes
Copy Edit Raw Blame History
justjavac authored 2015-10-29 09:06 . Update gulpfile.js
var gulp = require('gulp');
var markdown = require('gulp-markdown');
gulp.task('default', function () {
return gulp.src('README.md')
.pipe(markdown())
.pipe(gulp.dest('html'));
});
1
https://gitee.com/it-ebooks/free-programming-books.git
git@gitee.com:it-ebooks/free-programming-books.git
it-ebooks
free-programming-books
免费的编程书籍索引
master

Search