Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dvlp

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvlp

Development servers for testing and getting stuff done

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
592
increased by146.67%
Maintainers
1
Weekly downloads
 
Created
Source

NPM Version Build Status

dvlp

dvlp is a no-configuration, no-conditionals, no-middleware, no-nonsense tool to help you move quickly while developing for the web! You shouldn't have to jump through hoops to get a development web server up and running, and you definitely shouldn't have to include development-only functionality in your bullet-proof production code! Serve up one or more static file directories, or launch your custom application server, restarting and reloading connected browsers automatically as you work.

Install

Install globally or locally in your project with npm/yarn:

$ npm install dvlp

Usage

$ dvlp -h

  Usage: dvlp [options] <path...>

  Start a development server, restarting and reloading connected browsers on file changes.
  Serves static files from one or more <path> directories, or a custom application
  server if <path> is a single file

  Options:

    -p, --port <port>  port number
    -r, --reload       reload connected browsers on file change
    -v, --version      output the version number
    -h, --help         output usage information

API

FAQs

Package last updated on 15 May 2018

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