garethr / kubernetes-json-schema

A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions
Other
253 stars 61 forks source link

Thoughts on publishing as npm package #18

Open JustinLivi opened 5 years ago

JustinLivi commented 5 years ago

Related to https://github.com/garethr/kubernetes-json-schema/issues/1

Would you be interested in publishing as an npm package?

Both k8s-json-schema (brevity) and kubernetes-json-schema (more accurate?) appear to be available.

https://www.npmjs.com/search?q=k8s-json-schema https://www.npmjs.com/search?q=kubernetes-json-schema

I'm exploring developing a k8s development UI and this repo seems like a good starting point. As it will be a UI project (written in js/ts), for my purposes npm makes the most sense as package manager. If the management overhead makes this a potential non-starter I'd be happy to volunteer to manage the npm package portion.

garethr commented 5 years ago

@JustinLivi I'd certainly be interested in this, thanks for offering.

In the medium term I'm looking to move this repo into a separate organisation along with some other projects, so that would be a good place for the NPM packaging too. Once I have more details I'll ping you on that as well.