0.1.0 • Published 8 years ago

angelscripts-stack-upgrade v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

angelscripts-stack-upgrade

Angel script to copy files from source directory to cwd with deep merging of json files

usage

  1. install script to existing project

    $ npm install angelscripts-stack-upgrade

  2. create stacks/myStackChanges

    • package.json
    • dna |- file.json
    • folder |+ subfolder |- file.js
  3. execute the script via organic-angel

    $ angel stack add stacks/myStackChanges

What happens

  • all json file contents are deep merged into current working directory. Files not already present in cwd will be created.
  • all other files are copied w/ override to current working directory
  • npm install is started once all copies are finished.

example

0.1.0

8 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago