Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/The-DX-Lang/dx-man
https://github.com/The-DX-Lang/dx-man
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/The-DX-Lang/dx-man
- Owner: The-DX-Lang
- License: mit
- Created: 2023-10-29T13:11:39.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-10-29T15:59:26.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:54:15.055Z (3 months ago)
- Language: V
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dx-man - The official CLI for the DX language
## About the language
`DX` aims to be a beginner friendly low-level programming language with an eye looking at (D)eveloper e(X)perience.
## Contributing
### Workflow
1. Create an issue [here](https://github.com/The-DX-Lang/dx-man/issues) for your idea and discuss it with us :)
2. Install the [V](https://vlang.io/) executable
3. Install the make executable (look in your system repository for it)
4. Clone the repository: `git clone --depth 1 https://github.com/The-DX-Lang/dx-man.git`
5. Create a feature branch: `git checkout -b feature/`
6. Make your changes
7. Commit changes to GIT
8. Push changes to your repository: `git push -u origin feature/`
9. Create a pull request
10. ???
11. Profit### Nice to know
You can run the following command to watch and run `dx-man`:
```bash
make watch
```This command will run the tests when any file has changed:
```bash
make watch-test
```