gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Configuration needs work #34

Open gulachek opened 7 months ago

gulachek commented 7 months ago

This is capturing the concept of make more or less but isnt easy to configure. Specifying--development on cli is tedious, and need pattern to allow more options. Perhaps config file

gulachek commented 1 month ago

The odd cli pattern was removed as part of v0.6 which was a breaking change. Current config strategy for global config like isDevelopment, src/build dirs, are cli switches. Other recipes can use env vars or config files for now. Need more use cases if there's something across the board that's necessary and now isn't a breaking change