good first contributionhelp wantedimprovement
仓库指标
- Star
- (552 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
#241 added the ability to use NodeJS's require to load SourceJS as part of a NodeJS script.
This issue will need to add the ability to pass in the SourceJS CLI options via plain object to the startServer method.
It should follow the same inheritance/override pattern as the current CLI ability.
- Load Options via Options file
- Load Options via CLI
- Load Options via Options object
- Override using process.env