0.0.2 • Published 5 years ago

@malestroms/explorer v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@malestroms/explorer npm.io

Basic Explorer commands using Promises

How to install

npm install @malestroms/explorer 

Usage

const ex = require('./index.js')

ex.ls().then( res => console.log("ls, ", res ))

ex.pwd().then( res => console.log("pwd ", res ))

ex.cd("../").then( res => console.log("cd",res))

ex.mkdir('newfolder').then( res => console.log("mkdir",res))

ex.rmdir('newfolder').then( res => console.log("rmdir",res))

ex.home().then( res => console.log("home",res) )

Todo

  • Create files
  • Delete files

Contributions

Open to any contributions such as suggestions or just participations.

License

See the license file for details