Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/db-developer/jsbatchrun-fs
do filesystem tasks with this plugin
https://github.com/db-developer/jsbatchrun-fs
Last synced: 2 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T09:21:10.000Z (7 months ago)
- Last Synced: 2024-11-23T04:24:20.611Z (2 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.
[![npm version](https://img.shields.io/npm/v/jsbatchrun-fs?color=blue)](https://www.npmjs.com/package/jsbatchrun-fs)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![jsdoc](https://img.shields.io/static/v1?label=jsdoc&message=%20api%20&color=blue)](https://jsdoc.app/)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](https://gruntjs.com/)
[![codecov](https://codecov.io/gh/db-developer/jsbatchrun-fs/branch/master/graph/badge.svg)](https://codecov.io/gh/db-developer/jsbatchrun-fs)
[![Build Status](https://travis-ci.com/db-developer/jsbatchrun-fs.svg?branch=master)](https://travis-ci.com/db-developer/jsbatchrun-fs)
[![dependencies](https://img.shields.io/librariesio/release/npm/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)