zeit/now-serve

Name: now-serve

Owner: ZEIT

Description: Single-command static hosting

Created: 2016-04-25 20:59:08.0

Updated: 2018-05-24 01:51:28.0

Pushed: 2017-03-29 07:38:59.0

Homepage: https://zeit.co/blog/now-static

Size: 56

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

now-serve

This project is now deprecated! Please read this instead. :blush:


Build Status XO code style Slack Channel

This packages makes it very easy to share directories using now!

How it works

When running the ns command, a temporary directory gets created. Within that directory, now-serve will insert a brand new package.json that conforms to now's requirements and therefore contains a start script that runs a new instance of list when being executed on our servers.

All of this happens completely automatically. So after running the command, the only thing you need to do is wait a few seconds until your files have been deployed and share the link! :boom:

Usage

Install it (needs at least node v6)

m install now-serve -g

Run it

 <file | dir> [options]

You can find a list of all options below.

Options

| Usage | Description | | —————————— | ———– | | -h, –help | Output all available options | | -V, –version | The version tag of the now-serve instance on your device | | ‑c, ‑‑cmd [command] | The command that should be run when starting | | -n, –name [name] | The name for your deployment | | ‑p, ‑‑packages <names> | Custom packages to add to dependencies: "gulp, koa" | | -a, –arguments | A string containing arguments that will be passed on to now: "force, debug" (basically the names of the flags but without dashes) | | -s, –single | Serve single page apps with only one index.html in the root directory | | –cache [seconds] | How long static files should be cached in the browser |

Contribute
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Uninstall now-serve if it's already installed: npm uninstall now-serve -g
  3. Link it to the global module directory: npm link
  4. Transpile the source code and watch for changes: npm start

Yeeha! Now can use the ns command everywhere.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.