radify / radiian

Radiian creates Ansible provisioning files for immutable infrastructure on AWS
https://www.npmjs.com/package/radiian
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Refactor generator to callback + drop deasync #70

Closed nateabele closed 8 years ago

nateabele commented 8 years ago

The deasync module failed to build on my machine when running npm install -g radiian, hence it borks the install of the whole command (looking at the issue tracker, it looks like it fails to build a lot...).

Anyway, I refactored the code to drop the dependency, which had the happy side-effect of eliminating some state.

gavD commented 8 years ago

Looks good; version 1.0.0 deployed via npm