adobe / adobe/aio-cli-plugin-app-dev
support @adobe/aio-lib-state and @adobe/aio-lib-files
- 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
Research direction
Start by reading issue #32, then review the requirements for @adobe/aio-lib-state and @adobe/aio-lib-files described here. Done means a custom require loader provides implementations of both packages, including their available APIs, with state persisted through a JSON file and files rooted at a disk location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100