gosimplenpm/README.md

32 lines
844 B
Markdown
Raw Permalink Normal View History

2023-06-11 00:55:48 +00:00
# Gosimplenpm
This is a very rough implementation of a private npm registry.
# Features
TODO...
# Enhancements
TODO...
2023-12-25 08:56:48 +00:00
# TODO List
2023-06-11 00:55:48 +00:00
2023-12-25 08:56:48 +00:00
- [x] Adding unit tests
- [x] Adding integration tests
- [ ] Adding e2e tests
- [ ] Adding support for log files, that is, writing logs to a log file
- [ ] Support [abbreviated_package_format](https://github.com/verdaccio/verdaccio/issues/2792)
- [ ] Copy artifactory setup where there is a package.json (current package.json) and there is also an index json for the npm cli. Basically, the structure is like this
- [ ] Add a max bytes for publishing as shown [here](https://stackoverflow.com/questions/28282370/is-it-advisable-to-further-limit-the-size-of-forms-when-using-golang)
```sh
registry
|-.npm
|-|-@scope1/package1
|-|-|-index.json
|-@scope1/package1
|-|-package1-x.x.x.tgz
|-|-package.json
```