Rough implementation of an private Npm registry
Go to file
OLUWADAMILOLA OKUSANYA 234b593c26 Publish, View and Tar commands added
Adding middlewares. Adding a filesystem service. Adding types to represent the put request and the index.json that is stored at the root of the package. Adding conf.go to pull config variables from json
2023-06-17 00:08:50 -04:00
config Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
examples Initial commit - Get file from server successful 2023-06-10 20:32:02 -04:00
handler Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
middlewares Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
serviceidos Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
storage Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
.gitignore Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
LICENSE.txt Adding LICENSE, README.md 2023-06-10 20:55:48 -04:00
Makefile Initial commit - Get file from server successful 2023-06-10 20:32:02 -04:00
README.md Adding LICENSE, README.md 2023-06-10 20:55:48 -04:00
app.go Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00
go.mod Initial commit - Get file from server successful 2023-06-10 20:32:02 -04:00
go.sum Initial commit - Get file from server successful 2023-06-10 20:32:02 -04:00
main.go Publish, View and Tar commands added 2023-06-17 00:08:50 -04:00

README.md

Gosimplenpm

This is a very rough implementation of a private npm registry.

Features

TODO...

Enhancements

TODO...

Work List

TODO...