Skip to content

qweasd1/easy-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a framework to help you search, modify and watch your file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published