Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutgaard/vault
https://github.com/nutgaard/vault
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nutgaard/vault
- Owner: nutgaard
- Created: 2021-01-04T20:24:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T21:17:49.000Z (about 3 years ago)
- Last Synced: 2023-03-27T21:19:21.504Z (almost 2 years ago)
- Language: TypeScript
- Size: 939 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault
## Getting started
```
# Cloning
git clone [email protected]:nutgaard/vault.git --recurse-submodules# Sync from remote
git submodule update --remote --merge# Push changes
git push --recurse-submodules=on-demand
```