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.
# Build (Bundle and minify)
yarn build
# Watch (Bundle only)
yarn watch
Use ./marp-cli.js
instead of marp
command.
./marp-cli.js --help
Standalone binaries created by pkg will output to ./bin
directory.
# Build & create standalone binaries
yarn build:standalone
./bin/marp-cli-linux --help