adobe / adobe/aio-cli-plugin-app-dev
support @adobe/aio-lib-state and @adobe/aio-lib-files
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
If we support #32, we can have a custom require loader, that will load our custom implementations of:
1. @adobe/aio-lib-state
2. @adobe/aio-lib-files
These will support all the APIs available.
1. @adobe/aio-lib-state - in memory hashmap, backed up by a .json file written to disk, and read on startup.
2. @adobe/aio-lib-files - in memory file tree, pointing to a specific location on disk as the root to read the files from. The file hierarchy is read on startup
Contributor guide
Assessment
This issue has not been assessed yet.