https://github.com/senselogic/bax
Basil data fixer.
https://github.com/senselogic/bax
Last synced: 4 months ago
JSON representation
Basil data fixer.
- Host: GitHub
- URL: https://github.com/senselogic/bax
- Owner: SenseLogic
- License: gpl-3.0
- Created: 2023-07-20T19:53:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T23:33:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T09:22:26.089Z (5 months ago)
- Language: D
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Bax
Basil data fixer.
## Installation
Install the [DMD 2 compiler](https://dlang.org/download.html) (using the MinGW setup option on Windows).
Build the executable with the following command line :
```bash
dmd -m64 bax.d
```## Command line
```
bax
```### Example
```bash
bax ".//*.bd"
```Fix the Basil data files of the current folder and its subfolders.
## Version
0.1
## Author
Eric Pelzer ([email protected]).
## License
This project is licensed under the GNU General Public License version 3.
See the [LICENSE.md](LICENSE.md) file for details.