# now

> The command-line interface for Vercel

Latest version **21.0.1** (published 2020-11-22) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install now
pnpm add now
yarn add now
bun add now
```

Provides the command `now`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 21.0.1 |
| Published | 2020-11-22 |
| First published | 2011-03-11 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 10 |
| Dependencies | 6 |
| Unpacked size | 8.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Maintainers | elsigh, leerobinson, hankvercel, okbel, samsisle, cleishm, nazarenooviedo, chibicode, gielcobben, jaredpalmer, jkrems, prateekbh, kikobeats, gmonaco, housseindjirdeh, developit, spanicker, keanulee, atcastle, janicklas-ralph, skllcrn, paco, guybedford, ragojose, williamli, msweeneydev, coetry, rabaut, lfades, mfix22, ijjk, arzafran, umegaya, timer, anatrajkovska, paulogdm, andybitz, mglagola, lucleray, zeit-bot, styfle, juancampa, dav-is, quietshu, joecohens, codetheory, matheuss, igorklopov, leo, nkzawa, tootallnate, rauchg, timneutkens, javivelasco, iamevilrabbit, jamo |

## Links

- npm: https://www.npmjs.com/package/now
- Repository: https://github.com/vercel/vercel
- Homepage: https://vercel.com
- Issues: https://github.com/vercel/vercel/issues
- npm.io page: https://npm.io/package/now

## Dependencies (6)

- [@vercel/go](https://npm.io/package/@vercel/go.md) 1.1.6
- [@vercel/node](https://npm.io/package/@vercel/node.md) 1.8.5
- [@vercel/ruby](https://npm.io/package/@vercel/ruby.md) 1.2.4
- [@vercel/python](https://npm.io/package/@vercel/python.md) 1.2.3
- [update-notifier](https://npm.io/package/update-notifier.md) 4.1.0
- [@vercel/build-utils](https://npm.io/package/@vercel/build-utils.md) 2.6.1-canary.0

## Recent versions

- 21.0.1 (latest) — 2020-11-22
- 21.0.2-canary.6 (canary) — 2021-01-05
- 16.1.4-test.5 (test) — 2019-09-12
- 21.0.2-canary.5 — 2020-12-30
- 21.0.2-canary.4 — 2020-12-21
- 21.0.2-canary.3 — 2020-12-14
- 21.0.2-canary.2 — 2020-12-11
- 21.0.2-canary.1 — 2020-11-24
- 21.0.2-canary.0 — 2020-11-24
- 21.0.1-canary.0 — 2020-11-22
- 21.0.0 — 2020-11-20
- 20.1.5-canary.6 — 2020-11-20
- 20.1.5-canary.5 — 2020-11-19
- 20.1.5-canary.4 — 2020-11-18
- 20.1.5-canary.3 — 2020-11-17
- … 1132 more at https://npm.io/package/now/versions

## README

<p align="center">
  <a href="https://vercel.com">
    <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96">
    <h3 align="center">Vercel</h3>
  </a>
  <p align="center">Develop. Preview. Ship.</p>
</p>

[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/vercel/vercel/discussions)

## Usage

Vercel is the optimal workflow for frontend teams. All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

To install the latest version of Vercel CLI, visit [vercel.com/download](https://vercel.com/download) or run this command:

```sh
npm i -g vercel
```

To quickly start a new project, run the following commands:

```
vercel init     # Pick an example project
cd <PROJECT>    # Change directory to the new project
vercel          # Deploy to the cloud
```

## Documentation

For details on how to use Vercel CLI, check out our [documentation](https://vercel.com/docs).

---
_Source: https://npm.io/package/now · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
