organic-dna-save

0.0.1 • Public • Published

organic-dna-save

Save existing inmemory dna structure within a folder respecting existing structure

Notes

  • this is synchronious implementation
  • destination folder and files structure are overriden

api

var save = require("organic-dna-save")

save( dna, destinationFolderPath, function(err){ ... })

usage

var DNA = {
  processes: {
    index: {
      plasma: {

      },
      membrane: {

      }
    }
  }
}

save(DNA, path.join(process.cwd(), "dna"), function(err){
  // ...
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i organic-dna-save

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • outbounder