Sha256: ce598508085fbf6b6627ddf35a12a211810034770602d7b4a244c42b2b55036d
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-new-project 1 "2023-02-01" Ronin "User Manuals" .SH SYNOPSIS .PP \fBronin new project\fR \[lB]\fIoptions\fP\[rB] \fIPATH\fP .SH DESCRIPTION .PP Creates a new Ruby project directory\. .SH ARGUMENTS .TP \fIPATH\fP The path to the new project directory\. .SH OPTIONS .TP \fB\-\-git\fR Initializes a git repo\. .TP \fB\-\-ruby\-version\fR \fIVERSION\fP The desired ruby version for the project\. Defaults to the current \fBruby\fR version if not specified\. .TP \fB\-\-rakefile\fR Creates a \fBRakefile\fR\. .TP \fB\-\-dockerfile\fR Adds a \fBDockerfile\fR to the new project\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information .SH EXAMPLES .PP Generate a new Ruby project: .PP .RS 4 .EX \[Do] ronin new project path\[sl]to\[sl]dir .EE .RE .PP Set the desired ruby version for the project: .PP .RS 4 .EX \[Do] ronin new project \-\-ruby\-version 3\.2\.0 path\[sl]to\[sl]dir .EE .RE .PP Add a \fBRakefile\fR to the project for defining automated tasks: .PP .RS 4 .EX \[Do] ronin new project \-\-rakefile path\[sl]to\[sl]dir .EE .RE .PP Add a \fBDockerfile\fR to the project: .PP .RS 4 .EX \[Do] ronin new project \-\-dockerfile path\[sl]to\[sl]dir .EE .RE .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-new\-script (1)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.1.0 | man/ronin-new-project.1 |
ronin-2.1.0.rc1 | man/ronin-new-project.1 |