You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
- dev CLI API is in place with options according to #9
- default command (`gramps dev`) will now run a basic gateway
- added `node-cleanup` to handle cleanup on process exit
re #11, re #16
- data sources are transpiled by default
- `--no-transpile` flag is respected
- a custom gateway can be supplied for dev (#10)
- temporary files are removed on process exit (#16)
close#11, close#10, close#16
- if transpiled, use the transpiled data source dir instead of the
original
- pass the `--mock` setting to custom gateways through `GRAMPS_MODE`
re #11, re #12
- dev CLI API is in place with options according to #9
- default command (`gramps dev`) will now run a basic gateway
- added `node-cleanup` to handle cleanup on process exit
re #11, re #16
- if transpiled, use the transpiled data source dir instead of the
original
- pass the `--mock` setting to custom gateways through `GRAMPS_MODE`
re #11, re #12
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once we have a finalized API (#9), we need to refactor the CLI to start data sources using it.
The text was updated successfully, but these errors were encountered: