🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

hoodie-cli

Package Overview
Dependencies
Maintainers
6
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 interface.

latest
Source
npmnpm
Version
0.6.3
Version published
Weekly downloads
12
20%
Maintainers
6
Weekly downloads
 
Created
Source

Hoodie command line utility

Build Status Dependency Status devDependency Status

NPM

Installation

Please ensure you have node installed.

npm install -g hoodie-cli

Usage

See hoodie -h or hoodie --help for a summary of this information.

  • hoodie new <appname> [-t <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.

  • hoodie start Starts the hoodie app. The same as npm start.

  • hoodie install <plugin> hoodie uninstall <plugin> Un-/Installs a hoodie dependency via npm. Plugins are installed from the hoodie GitHub account with a plugin- prefix, e.g.:

hoodie install global-share
# Cloned from https://github.com/hoodiehq/global-share
  • hoodie reset Resets hoodie server password.

Running hoodie as a daemon

Using forever

forever start -o /var/log/app.out.log -e /var/log/app.err.log -a --killSignal=SIGTERM /path/to/myapp/node_modules/hoodie-server/bin/start

Keywords

cli

FAQs

Package last updated on 07 Nov 2014

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