New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marko-cli

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marko-cli

Marko CLI

  • 7.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-34.88%
Maintainers
4
Weekly downloads
 
Created
Source

Marko CLI

API Stability Lerna Styled with prettier MIT Build status

Commands

CommandDescriptionVersion
serve🚀 Quickly serve a Marko application or individual component for local developmentNPM Version
build📦 Build an optimized Marko application (the production-ready counterpart to serve)NPM Version
compile🛠 Compile components for both node and browsersNPM Version
migrate✨ Update Marko components to remove usage of deprecated apisNPM Version
prettyprint💅 Reformat Marko source files for consistency and beautyNPM Version
test✅ Test marko components in both node and browsersNPM 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

  • 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.

Keywords

FAQs

Package last updated on 07 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc