JSPM

now

15.0.2-canary.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13852
  • Score
    100M100P100Q29357F
  • License Apache-2.0

The command-line interface for Now

Package Exports

  • now/download/dist/now
  • now/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (now) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

now

Build Status Join the community on Spectrum

Note: The canary branch is under heavy development – the stable release branch is master.

Usage

To install the latest version of Now CLI, run this command:

npm install -g now

There are also other installation methods available.

Documentation

For details on how to use Now CLI, check out our documentation.

Caught a Bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Link the package to the global module directory: yarn run link (not yarn link)
  3. You can now start using now anywhere inside the command line

As always, you should use yarn test to run the tests and see if your changes have broken anything.

How to Create a Release

If you have write access to this repository, you can read more about how to publish a release here.