marko-js / cli

command-line tools for Marko
MIT License
95 stars 36 forks source link
create devtools marko test tool tools

Marko CLI

API Stability Lerna Styled with prettier MIT Build status

Commands

Command Description Version
create โœจ Create a Marko application from an example project NPM Version
serve ๐Ÿš€ Serve a Marko application or individual component for local development NPM Version
build ๐Ÿ“ฆ Build an optimized Marko application (the production-ready counterpart to serve) NPM Version
migrate ๐Ÿงน Update Marko components to remove usage of deprecated apis NPM Version
prettyprint ๐Ÿ’… Reformat Marko source files for consistency and beauty NPM Version
test โœ… Test marko components in both node and browsers NPM Version

Each command is distrubuted as a separate npm package (@marko/<command>). You can execute individual commands using npx @marko/<command> (e.g. npx @marko/create). We recommend installing most commands locally and using marko-<command> in your package.json scripts.

Contributing

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

npm scripts

Code of Conduct

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