Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/db-developer/jsbatch-lang
support package for jsbatchrun
https://github.com/db-developer/jsbatch-lang
Last synced: 2 days ago
JSON representation
support package for jsbatchrun
- Host: GitHub
- URL: https://github.com/db-developer/jsbatch-lang
- Owner: db-developer
- License: mit
- Created: 2021-02-13T02:04:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T08:46:46.000Z (7 months ago)
- Last Synced: 2024-11-23T04:24:27.837Z (2 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jsbatch-lang #
support package for [jsbatchrun](https://github.com/db-developer/jsbatchrun)
[![npm version](https://img.shields.io/npm/v/jsbatch-lang?color=blue)](https://www.npmjs.com/package/jsbatch-lang)
[![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/jsbatch-lang/branch/master/graph/badge.svg)](https://codecov.io/gh/db-developer/jsbatch-lang)
[![Build Status](https://travis-ci.com/db-developer/jsbatch-lang.svg?branch=master)](https://travis-ci.com/db-developer/jsbatch-lang)
[![dependencies](https://img.shields.io/librariesio/release/npm/jsbatch-lang)](https://libraries.io/)## content ##
* Usage (see further down this page)
* [Getting started guide](#getting-started)
* [Usage and examples](#usage)* Developers
* [Testing jsbatch-lang](docs/grunt.md#testing)
* [Code coverage of tests for jsbatch-lang](docs/grunt.md#code-coverage)
* [Build jsbatch-lang from scratch](docs/grunt.md#building)
* [NPM integration of jsbatch-lang](docs/grunt.md#npm_integration)
* [Frameworks used for testing, building, etc.](docs/frameworks.md)
* [API of package jsbatch-lang](docs/api.index.md) (self generated with jsbatch-lang)## getting started ##
### install ###
This guide assumes, that you are familiar with the use of [npm](https://npmjs.com "Homepage of npm").
npm install jsbatch-lang --save
### prerequisites ###
## usage ##
TODO: improve docs