Skip to content

Improved configs system

Compare
Choose a tag to compare
@f0rmat1k f0rmat1k released this 04 Apr 08:34
· 54 commits to master since this release

– Now config of bemy is named .bemy.json.
– Now bemy will try to find .bemy.json on the every previous level (like npm) until the root directory, so you can put .bemy.json into your home directory or project directory if you need different options depend on project. Otherwise bemy will take .bemy.json from own directory.
– Option output renemed to debug.
– Added --debug key.
– now bemy open existing file if there is -o key (bemy isn't rewriting existing files)