Socket
Socket
Sign inDemoInstall

remake

Package Overview
Dependencies
37
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    remake

Make over http with auto reload


Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Remake

Remake helps frontend developers to reduce their window switches between browser, terminal and editor.

  • Works with any Makefile
  • Lets you use your preferred tools

Installation

npm install -g remake

How it should be used

  • Create a Makefile for your build
  • Run remake: remake .
  • Remake will start a web server for you
  • Add a keyboard shortcut to your editor

Unlike other reload tools Remake does not watch your files. You must start your build by making a http request:

$ curl http://localhost:3000/make/all

After the build completes Remake will tell the connected browsers to reload.

You should add the curl command to a keyboard shortcut in your editor. This lets you can see the output of your build directly in your editor without switching to the terminal.

Middleware

Remake provides a middleware for connect / express.js. You can integrate it to your own app. Checkout bin/reload.js to see how it works.

FAQs

Last updated on 02 Apr 2013

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