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

amok

Package Overview
Dependencies
Maintainers
1
Versions
808
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amok

A development server with realtime live editing feedback

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
422
decreased by-56.63%
Maintainers
1
Weekly downloads
 
Created
Source

Amok(1)

Synopsis

  amok [options] <script>

Description

Amok is a command line tool for rapid prototyping and development of applications written in JavaScript targeting the browser, code without having to reload the client.

  export BROWSER="google-chrome --remote-debugging-port=9222"
  export BUNDLER="watchify"
  
  amok myapp.js

Options

  -h, --host
    Specify the http hostname
    
  -p, --port
    Specify the http port


    Any extra arguments will be passed along with the invocation to BUNDLER,

Environment Variables

  BROWSER
    When set to a executable, will be opened after the server has been spun up.
    
  BUNDLER
    When set to an executable, will be used to bundle scripts.

FAQs

Package last updated on 24 Feb 2015

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