Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
marko-cli
Advanced tools
Command | Description | Version |
---|---|---|
serve | 🚀 Quickly serve a Marko application or individual component for local development | |
build | 📦 Build an optimized Marko application (the production-ready counterpart to serve ) | |
compile | 🛠 Compile components for both node and browsers | |
migrate | ✨ Update Marko components to remove usage of deprecated apis | |
prettyprint | 💅 Reformat Marko source files for consistency and beauty | |
test | ✅ Test marko components in both node and browsers |
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
.
This repo provides a consistent build, test, & development environment for all of Marko's CLI commands.
test
Run the tests for all packagespublish
Runs build and begins publishing any changed packagesbuild
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)This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.
FAQs
Marko CLI
The npm package marko-cli receives a total of 21 weekly downloads. As such, marko-cli popularity was classified as not popular.
We found that marko-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.