elm-deps-sync
v1.1.0
Published
Sync elm-package.json between a parent and a sub
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:
--drywill only print the changes to happen, not write them to file--quietwill only print the final statement--notewill add atest-dependenciesfield to the second file. Useful for tooling
elm-deps-sync elm-package.json spec/elm/elm-package.jsonwill 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"