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
Note: the canary
branch is under heavy development. The stable release branch is master
.
Installation
To get the latest version, run this command:
npm install -g now
For other installation methods, check out our Download page
Local Development
To develop locally, clone the project and install the dependencies:
yarn
To monitor changes in the filesystem and trigger a build, execute:
yarn dev
To test it, we recommend linking your now
to the one in development:
yarn run link
Note: npm link
and yarn link
don't work directly. You must execute your link script via yarn run link
explicitly so that we can perform the necessary build steps.
Documentation
For our up-to-date complete documentation, check out our Docs page.