nightrune / wrench

Preprocessor and Build Tools for the Electric Imp Platform
MIT License
4 stars 1 forks source link

Added a -g flag, changed the default files, and changed the default #55

Closed nightrune closed 8 years ago

nightrune commented 8 years ago

This adds a -g flag and removes the default to generating a settings.wrench file when there is none.

Default input files are device.nut, and agent.nut, and output files are now device.nut.out, and agent.nut.out

The default build key file is .build_api_key.json

This closes #54