8000 GitHub - the-secret-store/api: The API of The Secret Store
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

the-secret-store/api

Repository files navigation

The Secret Store

The Secret Store is a platform to share and synchronize your project configuration environment variables with your team without having to send a bunch of e-mails back and forth with simple commands like in git.

It's Forever FOSS (Free and Open Source Software). You can fork and create your copy, and utilize it for your personal/commercial use within your organization.

api

This is the backend of the secret store. Since it's written in JavaScript, it's hellishly hard to manage 🙂. But don't worry TypeScript lovers, I got you covered. To make the entire application, including API, CLI, and the web client more manageable and interdependent, I'm putting together a monorepo, with API written in Nest JS (TypeScript). It'll make your life incredibly easier and shipping more fun.

Subscribe to the repository if you're excited. I'll update the docs asap.

0