easy-fs

0.0.6 • Public • Published

easy-fs

file system library to help you build scaffolding tools easily

Install

//yarn
yarn add easy-fs

//npm
npm install easy-fs

Quick Start

const EasyFs =  require('easy-fs');
let project = EasyFs.create({
  cwd:process.cwd()
})


project.bundle({
  "src":{
    "app.js":"console.log('hello world!')",
    "READEME.md":"#Your Awesome Project"
  },
  "package.json":`{name:"hello-world",version:0.0.1}`
})

API reference

TODO

  • add watcher ready function

Versions

Current Tags

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

Version History

Package Sidebar

Install

npm i easy-fs

Weekly Downloads

6

Version

0.0.6

License

none

Last publish

Collaborators

  • qweasd1z1ztony