/cli

command-line tools for Marko

Primary LanguageJavaScriptMIT LicenseMIT

🔨 CLI 🔧

Lerna Styled with prettier MIT Build status

CLI Tool

Each command in this repository has a programmatic API that is distributed as an independent package. To use any of the commands below as a CLI you must install the marko-cli package.

Commands

Contributing

This repo provides a consistent build, test, & development environment for all of Marko's CLI commands.

npm scripts

  • test Run the tests for all packages
  • publish Runs build and begins publishing any changed packages
  • build Runs babel on the src folder for every package (runs on publish)
  • format Formats the files in the repo (runs on precommit)
  • lint Lints the files in the repo (runs on precommit)

Code of Conduct

This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.