JSPM

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

Compiler for command line interfaces

Package Exports

  • cli-compiler

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 (cli-compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Table of Contents

Compiler

Compiler for the command module, a component of the toolkit.

Compiles markdown program definitions to javascript.

Install

npm i cli-compiler

Test

npm test

Usage

The compiler executes the following phases:

  1. Create or initialize a Program instance (create).
  2. Load and execute library modules (libs).
  3. Gather source files to merge with parsed program data (sources).
  4. Load and concatenate markdown input files (cat).

License

Everything is MIT. Read the license if you feel inclined.

Generated by mdp(1).