https://github.com/db-developer/jsbatchrun-fs
do filesystem tasks with this plugin
https://github.com/db-developer/jsbatchrun-fs
Last synced: 4 months ago
JSON representation
do filesystem tasks with this plugin
- Host: GitHub
- URL: https://github.com/db-developer/jsbatchrun-fs
- Owner: db-developer
- License: mit
- Created: 2021-02-13T17:13:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T09:21:10.000Z (about 1 year ago)
- Last Synced: 2025-01-23T12:27:50.102Z (6 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jsbatchrun-fs #
do filesystem tasks with this [jsbatchrun](https://www.npmjs.com/package/jsbatchrun) plugin.
[](https://www.npmjs.com/package/jsbatchrun-fs)
[](https://opensource.org/licenses/MIT)
[](https://jsdoc.app/)
[](https://gruntjs.com/)
[](https://codecov.io/gh/db-developer/jsbatchrun-fs)
[](https://travis-ci.com/db-developer/jsbatchrun-fs)
[](https://libraries.io/)jsbatchrun-fs uses [grunt](https://gruntjs.com/) for accessing files in a platform independent manner.
## content ##
* Usage (see further down this page)
* [Getting started guide](#getting-started)
* [Usage and examples](#usage)
* [jsbr fs clean](docs/fs.clean.md)* Developers
* [Testing jsbatchrun-fs](docs/grunt.md#testing)
* [Code coverage of tests for jsbatchrun-fs](docs/grunt.md#code-coverage)
* [Build jsbatchrun-fs from scratch](docs/grunt.md#building)
* [NPM integration of jsbatchrun-fs](docs/grunt.md#npm_integration)
* [Frameworks used for testing, building, etc.](docs/frameworks.md)
* [API of package jsbatchrun-fs](docs/api.index.md) (self generated with jsbatchrun-fs)## getting started ##
### install ###
This guide assumes, that you are familiar with the use of [npm](https://npmjs.com "Homepage of npm").
npm install jsbatchrun-fs --save
### prerequisites ###
This plugin requires [jsbatchrun](https://www.npmjs.com/package/jsbatchrun).
Install [jsbatchrun-fs]() in your [jsbatchrun](https://www.npmjs.com/package/jsbatchrun)
project. Check jsbatchrun for loading and configuring plugins.## usage ##
This plugin provides you with the following commands
*
> jsbr fs clean ...
[for removing files and directories from a list of target
directories. (Help)](docs/fs.clean.md)