create_file_with_content
v1.0.2
Published
Create and write content in a file
Readme
create_file_with_content
This plugin provide help to create file (format: txt,html etc) with content. Both parameter are required. Please see test.js file for example
Install and Usage
npm install --save create_file_with_contentvar create = require('create_file_with_content')
create.createFile('file path with file name and type', 'pass file content')