Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

biitlenl/ox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ox

License License

Open source build system for biitle.nl projects

Ox is biitle.nl's build system for projects such as FluidServer and Libracino. It makes it easy to clone and start working on one of our projects.

Primer

Ox has 3 commands:

  • run: Run scripts
  • recommend: Recommend software
  • clone: Clone git repositories

The .ox directory structure

The .ox directory is the directory that contains all your scripts.

A script is a file that can be inside the .ox directory or another folder inside.

Run

Usage: ox run <SCRIPT> [SUBSCRIPT] [EXTRAS]...

The run command runs a script inside the .ox directory.

Clone

Usage: ox clone [OPTIONS] <REPOSITORY> [EXTRAS]...

The clone command is just an alias for git clone <REPOSITORY> --recurse-submodules -j<threads> [EXTRAS]....

Meta

Built by clue <lost@biitle.nl>.

Distributed under the MIT license.

Contributing

You will need to have cargo installed to build and test.

  1. Fork the repo (https://github.com/biitlenl/ox)
  2. Create your feature branch (git checkout -b feature/yournewfeature)
  3. Commit your changes (git commit -am 'Add some change')
  4. Push to the branch (git push origin feature/yournewfeature)
  5. Create a new pull request

SPDX-License-Identifier: MIT or Apache-2.0

About

ox: Build system for biitle.nl's projects

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •