vercel-rollback
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.1 • Public • Published

Vercel Rollback

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

CLI to rollback Vercel deployments

Install

npm install vercel-rollback

Usage

import 'vercel-rollback';

Development Status

This project uses semantic-release for versioning. Any time the major version changes, there may be breaking changes. If it is working well for you, consider pegging to the current major version, e.g. vercel-rollback@v1, to avoid breaking changes. Alternatively, you can always point to the most recent stable release with the vercel-rollback@latest.

Developing

Clone the repo and then run npm install to set up the pre-commit hooks.

Run npm run dev to start the development server, and npm run build to create a production build of the library.

The library files are stored in src, while the files for the development page are in dev-src.

Author

Created by Nick DeRobertis. MIT License.

Package Sidebar

Install

npm i vercel-rollback

Weekly Downloads

2

Version

1.0.0-alpha.1

License

MIT

Unpacked Size

295 kB

Total Files

26

Last publish

Collaborators

  • nickderobertis