Skip to content

taskjs/task-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-writer

Write files.

The "writer" task

Usage Examples

var writer = new (require('task-writer'))
writer.run(inputs, options, logger)

Options

options.path

Type: string

File path.

options.encoding

Type: string

File encoding.

options.mode

Type: string

options.force

Type: boolean Default: true

Overwrite exists file.

options.backup

Type: boolean Default: false

Backup exists before overwrite file.

Release History

  • 2014-06-02 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

About

Write files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published