Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/wcard
https://github.com/walternascimentobarroso/wcard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/wcard
- Owner: walternascimentobarroso
- Created: 2023-10-22T14:51:35.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-10-31T22:02:06.000Z (about 1 year ago)
- Last Synced: 2024-04-11T20:58:06.063Z (9 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WCard
:scroll: Overview
Card to share data simply and safely
:octocat: GitFlow
```
git flow init
```After init with git flow, use feature for new features:
```
git flow feature start new-feature
```Now, start committing on your feature. When done, use:
```
git flow feature finish new-feature
```***
Made with ❤️