elm-deps-sync
v1.1.0
Published
Sync elm-package.json between a parent and a sub
Downloads
2
Readme
elm-deps-sync
Node.js port of NoRedInk/elm-ops-tooling/elm_deps_sync
Sometimes we want to sync the deps between two files, such that all the deps in one file are matched in another file. The deps in the first file will be added to the deps in the second file. Note that this is additive.
Usage:
--dry
will only print the changes to happen, not write them to file--quiet
will only print the final statement--note
will add atest-dependencies
field to the second file. Useful for tooling
elm-deps-sync elm-package.json spec/elm/elm-package.json
will print
1 packages changed.
Package mgold/elm-date-format inserted to spec/elm/elm-package.json for the first time at version "1.1.2 <= v < 2.0.0"