Socket
Socket
Sign inDemoInstall

proto-launch

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    proto-launch

Small tool to host JavaScript prototypes on a local server


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

proto-launch

Small tool to host javascript prototypes on a local server.

Installation

npm install --save-dev proto-launch

Usage

In your package.json add the following to scripts:

"scripts": {
  "launch": "proto-launch"
},

After executing npm run launch, a URL to your prototype will be printed to the command line.

Configuration

Currently proto-launch isn't configurable, it simply launches a small website with a webpage wrapping the script pointed to by main in your package.json.

In the future I may add Webpack support to save you from having to bundle your project beforehand (contributions before I get to this are more than welcome).

Keywords

FAQs

Last updated on 28 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc