文件名称:grunt-newline-br:前置一个在换行符前标记
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 12:04:26
JavaScript
grunt-newline-br
使用在换行符前添加
标记
安装
$ npm install --save grunt-newline-br
用法
module . exports = grunt => {
grunt . initConfig ( {
newlineBr : {
test : {
files : {
'test/tmp/fixture.txt' : 'test/fixture.txt'
}
}
}
} ) ;
grunt . loadNpmTasks ( 'grunt-newline-br' ) ;
} ;
执照
麻省理工学院:copyright:
【文件预览】:
grunt-newline-br-master
----.gitattributes(12B)
----Gruntfile.js(359B)
----tasks()
--------newline-br.js(335B)
----license(1KB)
----.travis.yml(74B)
----test()
--------test.js(261B)
--------fixture.txt(8B)
----.editorconfig(231B)
----.gitignore(22B)
----readme.md(605B)
----package.json(734B)