JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39134F
  • License MIT

A programmer bot for doing some boring programming jobs for software developers

Package Exports

  • node-programmer
  • node-programmer/params

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-programmer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-programmer

A bot programmer with Node

Using Params Library

This library provides an options parsing function.

Setting all avaliable options

var optsAvailable = {
    "table-selector": null,
    "header-selector": null,
    "row-selector": null,
    "cell-selector": null,
    "target-selector": null,
    "output-type": "json",
    "output-name": null,
    "cell-delim": null,
    "row-delim": null
};

Example Usage

Please see (this project)[https://github.com/tyolab/table-exporter] from example usage.

Maintainer

Eric Tang @ TYO Lab