An open API service indexing awesome lists of open source software.

https://github.com/niradler/git-secrets-examples

git-secrets-examples
https://github.com/niradler/git-secrets-examples

Last synced: 4 months ago
JSON representation

git-secrets-examples

Awesome Lists containing this project

README

          

# git-secrets-examples

store keys safely inside your git repositories.

```
npm i -g git-secrets
```

```
git clone https://github.com/niradler/git-secrets-examples.git
```

```
npm run hide-prod
npm run hide-stg
npm run hide

npm run reveal-prod
npm run reveal-stg
npm run reveal
```