Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wyze/rio

Repository files navigation

@wyze/rio

Build Status npm Codecov.io

A utility to compile Node modules.

Installation

Yarn

$ yarn add --dev @wyze/rio

npm

$ npm install --save-dev @wyze/rio

Usage

$ rio --help

  Usage
    $ rio <input>

  Options
    --banner, -b   Add banner to top of output file
    --format, -f   Output file format (esm, umd, etc.)
    --output, -o   Output file

  Examples
    $ rio -o out.js in.ts
    $ rio -o out.js -f esm in.ts
    $ rio -o out.js -b '#!/usr/bin/env node' in.ts

Change Log

Full Change Log

v1.1.0 (2018-08-27)

  • [a842f82384] - Add support for banner in output file (Neil Kistner)
  • [7c1bc1afa7] - Add support for JSON files (Neil Kistner)
  • [c69df1633d] - Add preversion script (Neil Kistner)

License

MIT © Neil Kistner

About

A utility to compile Node modules.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published