reorganized files
This commit is contained in:
26
dev/fishfunctions/cnew.man
Normal file
26
dev/fishfunctions/cnew.man
Normal file
@@ -0,0 +1,26 @@
|
||||
.\" Automatically generated by Pandoc 2.5
|
||||
.\"
|
||||
.TH "cnew" "" "" "" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
\f[B]cnew\f[R] \- New C11 Project
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
cnew PROJECT
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Creates a new C11 CMake\-based project named PROJECT.
|
||||
.SH REPORTING BUGS
|
||||
.PP
|
||||
Git repository available at
|
||||
<https://labs.phundrak.fr/phundrak/dotfiles>.
|
||||
.SH Copyright
|
||||
.PP
|
||||
Copyright Lucien \[dq]Phundrak\[dq] Cartier Tilet 2019\-2020.
|
||||
Licence GPLv3+: GNU GPL version 3 or later
|
||||
<https://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
.SH AUTHORS
|
||||
Lucien \[dq]Phundrak\[dq] Cartier Tilet.
|
||||
16
dev/fishfunctions/cnew.org
Normal file
16
dev/fishfunctions/cnew.org
Normal file
@@ -0,0 +1,16 @@
|
||||
#+TITLE: cnew
|
||||
#+AUTHOR: Lucien "Phundrak" Cartier Tilet
|
||||
* NAME
|
||||
*{{{title}}}* - New C11 Project
|
||||
|
||||
* SYNOPSIS
|
||||
{{{title}}} PROJECT
|
||||
|
||||
* DESCRIPTION
|
||||
Creates a new C11 CMake-based project named PROJECT.
|
||||
|
||||
* REPORTING BUGS
|
||||
Git repository available at [[https://labs.phundrak.fr/phundrak/dotfiles]].
|
||||
|
||||
* Copyright
|
||||
Copyright {{{author}}} 2019-2020. Licence GPLv3+: GNU GPL version 3 or later [[https://gnu.org/licenses/gpl.html]]. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|
||||
30
dev/fishfunctions/cppnew.man
Normal file
30
dev/fishfunctions/cppnew.man
Normal file
@@ -0,0 +1,30 @@
|
||||
.\" Automatically generated by Pandoc 2.5
|
||||
.\"
|
||||
.TH "cppnew" "" "" "" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
\f[B]cppnew\f[R] \- New C++17 Project
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
cppnew [\-c, \[en]connan] PROJECT
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Creates a new C++17 project named PROJECT, either CMake\-based only or
|
||||
CMake and Conan\-based.
|
||||
.TP
|
||||
.B \f[C]\-c\f[R], \f[C]\-\-connan\f[R]
|
||||
Creates a Conan\-based project
|
||||
.SH REPORTING BUGS
|
||||
.PP
|
||||
Git repository available at
|
||||
<https://labs.phundrak.fr/phundrak/dotfiles>.
|
||||
.SH Copyright
|
||||
.PP
|
||||
Copyright Lucien \[dq]Phundrak\[dq] Cartier Tilet 2019\-2020.
|
||||
Licence GPLv3+: GNU GPL version 3 or later
|
||||
<https://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
.SH AUTHORS
|
||||
Lucien \[dq]Phundrak\[dq] Cartier Tilet.
|
||||
18
dev/fishfunctions/cppnew.org
Normal file
18
dev/fishfunctions/cppnew.org
Normal file
@@ -0,0 +1,18 @@
|
||||
#+TITLE: cppnew
|
||||
#+AUTHOR: Lucien "Phundrak" Cartier Tilet
|
||||
* NAME
|
||||
*{{{title}}}* - New C++17 Project
|
||||
|
||||
* SYNOPSIS
|
||||
{{{title}}} [-c, --connan] PROJECT
|
||||
|
||||
* DESCRIPTION
|
||||
Creates a new C++17 project named PROJECT, either CMake-based only or CMake and Conan-based.
|
||||
|
||||
- ~-c~, ~--connan~ :: Creates a Conan-based project
|
||||
|
||||
* REPORTING BUGS
|
||||
Git repository available at [[https://labs.phundrak.fr/phundrak/dotfiles]].
|
||||
|
||||
* Copyright
|
||||
Copyright {{{author}}} 2019-2020. Licence GPLv3+: GNU GPL version 3 or later [[https://gnu.org/licenses/gpl.html]]. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|
||||
Reference in New Issue
Block a user