Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/db-developer/jsbatchrun-npm
do npm tasks with this plugin
https://github.com/db-developer/jsbatchrun-npm
Last synced: about 2 months ago
JSON representation
do npm tasks with this plugin
- Host: GitHub
- URL: https://github.com/db-developer/jsbatchrun-npm
- Owner: db-developer
- License: mit
- Created: 2021-02-13T20:08:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T09:32:58.000Z (about 1 year ago)
- Last Synced: 2024-06-18T12:29:32.472Z (7 months ago)
- Language: JavaScript
- Size: 93.8 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-npm #
do npm tasks with this [jsbatchrun](https://www.npmjs.com/package/jsbatchrun) plugin.
[![npm version](https://img.shields.io/npm/v/jsbatchrun-npm?color=blue)](https://www.npmjs.com/package/jsbatchrun-npm)
[![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-npm/branch/master/graph/badge.svg)](https://codecov.io/gh/db-developer/jsbatchrun-npm)
[![Build Status](https://travis-ci.com/db-developer/jsbatchrun-npm.svg?branch=master)](https://travis-ci.com/db-developer/jsbatchrun-npm)
[![dependencies](https://img.shields.io/librariesio/release/npm/jsbatchrun-npm)](https://libraries.io/)jsbatchrun-npm uses [grunt](https://gruntjs.com/) for accessing npm in a platform independent manner.
## content ##
* Usage (see further down this page)
* [Getting started guide](#getting-started)
* [Usage and examples](#usage)
* [jsbr npm dependency](docs/npm.dependency.md)
* [jsbr npm install](docs/npm.install.md)* Developers
* [Testing jsbatchrun-npm](docs/grunt.md#testing)
* [Code coverage of tests for jsbatchrun-npm](docs/grunt.md#code-coverage)
* [Build jsbatchrun-npm from scratch](docs/grunt.md#building)
* [NPM integration of jsbatchrun-npm](docs/grunt.md#npm_integration)
* [Frameworks used for testing, building, etc.](docs/frameworks.md)
* [API of package jsbatchrun-npm](docs/api.index.md) (self generated with jsbatchrun-npm)## getting started ##
### install ###
This guide assumes, that you are familiar with the use of [npm](https://npmjs.com "Homepage of npm").
npm install jsbatchrun-npm --save
### prerequisites ###
This plugin requires [jsbatchrun](https://www.npmjs.com/package/jsbatchrun).
Install [jsbatchrun-npm]() 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 npm dependency ...
[for updating a dependency in a list of target
directories. (Help)](docs/npm.dependency.md)*
> jsbr npm install ...
[for installing all dependencies in a list of target
directories. (Help)](docs/npm.dependency.md)*
> jsbr npm outdated ...
[for checking outdated dependencies in a list of target
directories. (Help)](docs/npm.outdated.md)*
> jsbr npm run ...
[for running scripts (package.json script section) in a list of target
directories. (Help)](docs/npm.run.md)