| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Smart Processes Management
Through NPM
npm i @runnerty/executor-filesystemYou can also add modules to your project with runnerty-cli
npx runnerty-cli add @runnerty/executor-filesystemThis command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.
If you have installed runnerty-cli globally you can include the module with this command:
rty add @runnerty/executor-filesystemAdd in config.json:
{
"id": "filesystem_default",
"type": "@runnerty-executor-filesystem"
}Add in plan.json:
{
"id": "filesystem_default",
"path": "/etc/runnerty/*.log",
"operation": "stat"
}{
"id": "filesystem_default",
"path": ["/etc/runnerty/*.log", "/etc/runnerty/*.zip"],
"operation": "ls",
"options": {
"orderBy": { "attribute": ["size", "file"], "order": "desc" }
}
}| Operation | Description | Output |
|---|---|---|
| stat | ||
| ls | ||
| mkdir |
| Back | FazBrowse Home | New Git URL |