diff options
| author | Simon John <git@the-jedi.co.uk> | 2018-01-12 19:27:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-12 19:27:14 +0000 |
| commit | 74e1ef00fd824e07ebbc5254465a4a9e87514eaa (patch) | |
| tree | 342fd8732f1220e40ef423fff1be8c81f032af92 /ardmk-init.1 | |
| parent | c3fe5dcc2fbd5c895b032ca5a5a1f60af163b744 (diff) | |
| parent | a6d979ef90ddae3549876917f80847ea647c284a (diff) | |
Merge pull request #530 from tuna-f1sh/master
ardmk-init - Makefile initialisation and template project utility
Diffstat (limited to 'ardmk-init.1')
| -rw-r--r-- | ardmk-init.1 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/ardmk-init.1 b/ardmk-init.1 new file mode 100644 index 0000000..bb83fd2 --- /dev/null +++ b/ardmk-init.1 @@ -0,0 +1,60 @@ +.TH ARDMK-INIT "1" "Nov 2017" "ardmk-init" "Arduino Makefile Generator" + +.SH NAME +ardmk-init - Generate Arduino Makefile environments + +.SH SYNOPSIS +.B ardmk-init +[OPTION]... + +.SH OPTIONS +.B \-v, \-\-verbose +Print file contents during creation. + +.B \-d, \-\-directory +Directory to run generator. + +.B \-b, \-\-board +Board tag. + +.B \-u, \-\-micro +Microcontroller on board. + +.B \-f, \-\-freq +Clock frequency. + +.B \-p, \-\-port +Monitor port. + +.B \-n, \-\-name +Project name. + +.B \-\-cli +Run with user prompts rather than arguments. + +.B \-p, \-\-project +Create boilerplate project with src, lib and bin folder structure. + +.B \-t, \-\-template +Create bare minimum Arduino source file. + +.SH DESCRIPTION +Creates a Makefile and project tree structure from templates. + +.SH EXAMPLE +ardmk-init -b uno # create Arduino uno Makefile +.PP +ardmk-init --cli # run with user prompts +.PP +ardmk-init --board uno --project --template --name my-project # create Arduino uno project and template with name "my-project" + +.SH BUGS +Problems may reported on the github project page at: +.PP +https://github.com/sudar/Arduino-Makefile + +.SH AUTHOR +John Whittington, git@jbrengineering.co.uk + +.SH LICENSE +This is under MIT license. |
