Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 818 Bytes

Contributing to Marp CLI

Thank you for taking the time to read how to contribute to Marp CLI! This is the guideline for contributing to Marp CLI.

But this document hardly has contents! We are following the contributing guideline of Marp team projects. You have to read this before starting work.

Development

# Build (Bundle and minify)
yarn build

# Watch (Bundle only)
yarn watch

Use built version

Use ./marp-cli.js instead of marp command.

./marp-cli.js --help

Standalone binary

Standalone binaries created by pkg will output to ./bin directory.

# Build & create standalone binaries
yarn build:standalone
./bin/marp-cli-linux --help