0.1.2 • Published 3 years ago
papm v0.1.2
papm
Performant Atom Package Manager
Roadmap
Implementation Requirements (Future Features)
papmshall usepnpmpapmshall not use GitHub tags for publishing (See this for the background)papmshall either publish the atom packages to anpmregistry, or use GitHub packagespapmshall be able to install the packages that are published on the old registry (backward compatibility)papmoperations shall not block the UIpapmshall handle failed installations, bad connections, etc.
Strategy
The strategy I suggest is to:
- decaffeinate each file
- improve build process
- replace the old dependencies of the resulting code with modern replacements
- replace npm things with pnpm
- In the end, we can think about publishing on the
npmregistry or using Github packages