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

hoodie-cli

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoodie-cli

Hoodie command line utility ======

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-50.94%
Maintainers
3
Weekly downloads
 
Created
Source

Hoodie command line utility

The hoodie cli.

Installation

Please ensure you have node installed.

npm install -g hoodie-cli

Usage

See hoodie -h for information.

hoodie new <appname> [<template>]

Creates a new hoodie app inside a new folder called appname. appname will also be your domain. If template is not set it will use the default repository hoodiehq/my-first-hoodie. Sometimes the process stops at npm WARN package.json hoodie-worker-email-out@0.3.4 No README.md file found!. But don't mind and quit the process, all dependencies are installed, that's just a wired npm bug.

hoodie start

Starts the hoodie app. The same as npm start.

hoodie install <name>
hoodie uninstall <name>

Un-/Installs a hoodie dependency via npm. Modules are installed from the hoodie github account with a worker- prefix, e.g.:

hoodie install email-in
# Cloned from https://github.com/hoodiehq/worker-email-in

FAQs

Package last updated on 19 Jun 2013

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