1.0.7 • Published 5 years ago

treeman v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago