1.0.7 • Published 6 years ago

treeman v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

treeman

Build automation tools that update your whole project tree.

It's that simple:

const { scan } = require('treeman');

const handleFile = (file) => {
    // view and edit the file using the treeman file API
}

scan({dirPath: 'my-directory'}, handleFile);

You can view files' properties and contents, edit and delete files using the treeman file API. For more information regarding the treeman file API, view the docs.

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago