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

@mochiapp/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mochiapp/cli

A cli tool used to build and bundle Mochi modules.

0.0.8
latest
Source
npm
Version published
Maintainers
1
Created
Source

@mochiapp/cli

An easy-to-use CLI for compiling and bundling Mochi modules.

npm (scoped) lint ci cd

Powered by esbuild logo

Requirements

You must have Node installed on your computer and the minimum version supported is v16.x.

Installation

For pnpm:

# Local cli
pnpm add -D @mochiapp/cli

# Or Global 
pnpm add -g @mochiapp/cli

For npm:

# Local cli
npm install --save-dev @mochiapp/cli

# Or Global 
npm install -g @mochiapp/cli

For yarn:

# Local cli
yarn add -D @mochiapp/cli

# Or Global 
yarn global add @mochiapp/cli

Usage

A cli tool used to build and bundle Mochi modules.

Options:
  -V, --version     output the version number
  -h, --help        display help for command

Commands:
  init [options]    initalize a new module from template
  check [options]   checks for errors in repository
  bundle [options]  bundles modules into a repository
  serve [options]   bundle and start local server for testing modules
  help [command]    display help for command

Contribute

You must use pnpm in order to make any changes. Once you've made changes, submit a pull request. Any contributions are welcome and appreciated :D

License

Licenced under MIT.

Keywords

cli

FAQs

Package last updated on 13 Dec 2023

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