New:Socket for Asana Is Now Available.Learn more
Get Started

@mako-spec/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mako-spec/cli

CLI tool for validating, inspecting, and benchmarking MAKO files

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
6
20%
Maintainers
1
Weekly downloads
 
Created
Source

@mako-spec/cli

Command-line tool for the MAKO protocol — validate, inspect, and scaffold .mako.md files.

Install

npm install -g @mako-spec/cli

Or use with npx:

npx @mako-spec/cli validate "content/**/*.mako.md"

Commands

mako validate <pattern>

Validate one or more MAKO files against the spec.

mako validate "content/**/*.mako.md"
mako validate product.mako.md --strict

mako inspect <file>

Display detailed info about a MAKO file — frontmatter, actions, links, body stats, and validation status.

mako inspect content/product.mako.md
mako inspect content/product.mako.md --json

mako init <file>

Generate a new .mako.md file from a template.

mako init content/product.mako.md --type product --entity "Nike Air Max 90" --lang en
mako init content/article.mako.md --type article --entity "Getting Started with MAKO"

Keywords

mako

FAQs

Package last updated on 16 Feb 2026

Related posts