Delete README.md
This commit is contained in:
parent
b4fa5af6ad
commit
e89dde4180
1 changed files with 0 additions and 25 deletions
25
README.md
25
README.md
|
|
@ -1,25 +0,0 @@
|
||||||
# nb_create
|
|
||||||
|
|
||||||
Convenience script to create a C/C++ NetBeans project
|
|
||||||
|
|
||||||
Usage: nb_create.sh [OPTIONS] params
|
|
||||||
Convenience script to create C/C++ NetBeans projects.
|
|
||||||
Create a generic NetBeans project from a Git repo
|
|
||||||
Project name, file containing main and a Git repo
|
|
||||||
can be specified using command line options, or
|
|
||||||
defaults can be used.
|
|
||||||
|
|
||||||
Options:
|
|
||||||
|
|
||||||
-h [--help]
|
|
||||||
print this help
|
|
||||||
-m [--main] <name_of_file_containing_main>
|
|
||||||
The name of the file that contains the main function
|
|
||||||
default: name of the project
|
|
||||||
-p [--project] <propject_name>
|
|
||||||
Provide a name of the project instead oof the default
|
|
||||||
default: name of the current directory
|
|
||||||
-r [--repo] <git_repo>
|
|
||||||
The Git repo containing the NetBeans generic C/C++ project
|
|
||||||
Default: /home/benn/share/home/repo/netbeans_proj/netbeans_generic.git
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue