grunt-newline-br

1.0.0 • Public • Published

grunt-newline-br Build Status

Prepend a <br> tag before newlines using newline-br

Install

$ npm install --save grunt-newline-br

Usage

module.exports = function (grunt) {
	grunt.initConfig({
		newlineBr: {
			test: {
				files: {
					'test/tmp/fixture.txt': 'test/fixture.txt'
				}
			}
		}
	});

	grunt.loadNpmTasks('grunt-newline-br');
}

License

MIT © Arthur Verschaeve

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i grunt-newline-br

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arthurvr