Error loading contributions
Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.
You might also be interested in:
generate
assemble
verb
Install Update’s CLI and an example updater globally:
Initialize update:
Run update:
All updating is accomplished using plugins called updaters, which are run by command line or API, and can be installed globally, locally, or created in a local updatefile.js.
You can create your own updaters using Update’s API, or install updaters using npm, to do things like:…