Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.47 KB

development.md

File metadata and controls

63 lines (36 loc) · 1.47 KB

Abilian SBE Development Guide

Setting Up a Development Environment

  • TODO

Testing and QA

Running Tests

Once the development environment is set up, you can run the tests using the following command:

make test

You can additionally run several linters and checkers, using the following command:

make

Using nox is another option, to run tests and linters in clean and isolated environments:

nox

Continuous Integration Builds

Abilian SBE uses SourceHut for continuous integration. The CI configuration is in the .builds directory.

Contribution Guidelines

See contributing.md.

Roadmap or Future Plans

See roadmap.md.

Legal Information and Credits

License Information

Abilian SBE is free/libre/open source software, licensed under the terms of the GNU Lesser General Public License (LGPL), version 3.

Credits and Acknowledgments

Abilian SBE is developed by Abilian SAS, a French company specialized in open source software development and consulting.

Abilian SBE is based on the Abilian Core project, which provides a generic framework for building business applications.

The main authors of Abilian SBE are:

  • Stefane Fermigier (Abilian SAS) - founder and architect
  • Jérôme Dumonteil (Abilian SAS) - lead developer
  • Bertrand Mathieu - past lead developer
  • Vincent Dardel - past developer
  • Yvon Bourbotte - past developer
  • Ahmed Amine Hamrouni - past developer