Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: rename APPLICATION -> APP; export from prelude; redo helpers #272

Merged

Conversation

tony-iqlusion
Copy link
Member

  • Shortens APPLICATION constant to APP in the template
  • Re-exports APP via the app-local prelude
  • Adds a config() method to AppCell
  • Removes the app_reqder(), app_writer(), app_config() helpers; Use APP.read(), APP.write(), APP.config() instead

- Shortens `APPLICATION` constant to `APP` in the template
- Re-exports `APP` via the app-local prelude
- Adds a `config()` method to `AppCell`
- Removes the `app_reqder()`, `app_writer()`, `app_config()` helpers;
  Use `APP.read()`, `APP.write()`, `APP.config()` instead
@tarcieri tarcieri force-pushed the rename-application-to-app-and-refactor-helpers branch from bc3b8dc to 7ea41ed Compare May 17, 2020 19:49
@tony-iqlusion tony-iqlusion merged commit 1ead26c into develop May 17, 2020
@tony-iqlusion tony-iqlusion deleted the rename-application-to-app-and-refactor-helpers branch May 17, 2020 20:19
@tony-iqlusion tony-iqlusion mentioned this pull request Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant