io7m.com | software | bodyrecomp
com.io7m.bodyrecomp
The bodyrecomp package implements a set of tools and APIs for calculating nutritional targets for body recomposition. It is based upon the excellent book Ultimate Guide To Body Recomposition by Jeff Nippard.
Features
- Command-line interface to calculate nutritional targets for body recomposition.
- Based on Jeff Nippard's Ultimate Guide To Body Recomposition.
- OSGi-ready.
- High coverage automated test suite
- ISC license
Documentation
Documentation for the 0.0.1 release is available for reading online.
Documentation for current and older releases is archived in the repository.
User documentation
file.txt $ echo help >> file.txt $ bodyrecomp @file.txt Commands: help Show detailed help messages for commands. macros Calculate macronutrients. version Show the application version. Documentation: https://www.io7m.com/software/bodyrecomp/ ]]>
Maven
The following is a complete list of the project's modules expressed as Maven dependencies:
<dependency> <groupId>com.io7m.bodyrecomp</groupId> <artifactId>com.io7m.bodyrecomp</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.io7m.bodyrecomp</groupId> <artifactId>com.io7m.bodyrecomp.core</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.io7m.bodyrecomp</groupId> <artifactId>com.io7m.bodyrecomp.tests</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.io7m.bodyrecomp</groupId> <artifactId>com.io7m.bodyrecomp.cmdline</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.io7m.bodyrecomp</groupId> <artifactId>com.io7m.bodyrecomp.strings.api</artifactId> <version>0.0.1</version> </dependency>
Each release of the project is made available on Maven Central within ten minutes of the release announcement.
Sources
This project uses Git to manage source code.
Repository: https://github.com/io7m/bodyrecomp
$ git clone https://github.com/io7m/bodyrecomp
License
Copyright © 2020 Mark Raynsford <code@io7m.com> http://io7m.com Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Bug Tracker
The project uses GitHub Issues to track issues.