0.0.8 • Published 5 years ago

carbon-upgrade v0.0.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

carbon-upgrade

[Experimental] A tool for upgrading Carbon versions

Getting started

To install carbon-upgrade in your project, you will need to run the following command using npm:

npm install -S carbon-upgrade

If you prefer Yarn, use the following command instead:

yarn add carbon-upgrade

Usage

Usage: carbon-upgrade [options]

Commands:
  carbon-upgrade                            run to upgrade your project[default]
  carbon-upgrade migrate <package> <from>   run a specific migration for a
  <to>                                      package

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --verbose     display the full output while running a command [default: false]
  --dry, -d     view the result of running this command without changing any
                files                                           [default: false]
  --ignore, -i  provide a glob pattern for directories you would like ignored
                                                                   [default: ""]

🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀

📝 License

Licensed under the Apache 2.0 License.