pollin14 / fret
Fret calculator
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4
- ext-mbstring: *
- league/csv: ^9.7
- richjenks/stats: ^1.0
Requires (Dev)
- ext-intl: *
- laravel-zero/framework: ^8.4
- mockery/mockery: ^1.4.2
- pestphp/pest: ^1.0
README
Install
Only install PHP 7.4
sudo apt install php php-mbstring
Check if php is correctly installed with
php -v
The result must be similar to
PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies with Xdebug v2.9.2, Copyright (c) 2002-2020, by Derick Rethans
Download the fret
file from the releases section https://github.com/pollin14/fret/releases.
How to use
Firstly, put your data files in the chapters data/cfp
and data/yfp
aside fret
. Then you can run CFP with
php fret cfp
or YFP with
php fret yfp
Both commands accept the following options
Example:
php fret cfp --number-of-files=32 --number-of-lines-by-file=512
To show the help running
php fret cfp --help
Creating a release
In order to create a new release run the following command
php fret app:build --build-version=released
the release will be in builds/fret