forked from yahoo/cerebro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Define configuration using a YAML file (you can still use the original `Cerebro` object if you want to use JSON) - environment variable overrides - Incorporates [AND of settings](yahoo#14) by @lpw - Updated parts of the codebase to Typescript - Updated parts of the codebase to classes - Updated toolchain to be typescript-based - Added new methods to the config object - Re-written readme / updated usage examples to use the YAML format instead
- Loading branch information
1 parent
eee4f6c
commit cd916cc
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ tmp/ | |
test/ | ||
grunt_tasks/ | ||
example.yaml | ||
.nyc_output/ | ||
Gruntfile.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters