You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<B>fpm</B><I>new</I>" creates a <I>new</I> programming project in a <I>new</I> directory.
198
+
"<B>fpm</B><I>new</I>" creates and populates a <I>new</I> programming project directory.
199
+
It
200
+
<BLOCKQUOTE>
201
+
<TABLEcellpadding=3><!-- tsb: "<B>fpm</B> <I>new</I>" creates and populates a <I>new</I> programming project directory.
202
+
-->
203
+
<TR></TR><TR></TR>
204
+
<TRvalign=top><TDwidth=3%>
205
+
o
206
+
</TD><TD>
207
+
creates a directory with the specified name
208
+
</TD></TR>
209
+
<TRvalign=top><TDwidth=3%>
210
+
o
211
+
</TD><TD>
212
+
runs the command "git init" in that directory
213
+
</TD></TR>
214
+
<TRvalign=top><TDwidth=3%>
215
+
o
216
+
</TD><TD>
217
+
populates the directory with the default project directories
218
+
</TD></TR>
219
+
<TRvalign=top><TDwidth=3%>
220
+
o
221
+
</TD><TD>
222
+
adds sample Fortran source files
223
+
</TD></TR>
224
+
<TRvalign=top><TDwidth=3%>
225
+
o
226
+
</TD><TD>
227
+
adds a ".gitignore" file for ignoring the build/ directory
228
+
(where <B>fpm</B>-generated output will be placed)
229
+
</TD></TR>
230
+
<TR></TR></TABLE></BLOCKQUOTE>
199
231
<P>
200
-
The "<I>new</I>" subcommand creates a directory with the specified
201
-
name and runs the command "git init" in that directory and
202
-
populates it with an example "fpm.toml" file, a src/, test/,
203
-
and app/ directory with trivial example Fortran source files
204
-
and a ".gitignore" file for ignoring the build/ directory
205
-
(where <B>fpm</B>-generated output will be placed):
232
+
The basic default file structure is
206
233
<P>
207
234
<PRE>
208
-
NAME/
209
-
fpm.toml
210
-
.gitignore
211
-
src/
212
-
NAME.f90
213
-
app/
214
-
main.f90
215
-
test/
216
-
main.f90
235
+
NAME/
236
+
fpm.toml
237
+
.gitignore
238
+
src/
239
+
NAME.f90
240
+
app/
241
+
main.f90
242
+
test/
243
+
main.f90
217
244
<P>
218
245
</PRE>
219
246
Remember to update the information in the sample "fpm.toml"
@@ -747,19 +774,37 @@ <H3>SEE ALSO</H3>
747
774
</A>
748
775
<BLOCKQUOTE>
749
776
The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B>
750
-
<P>
751
-
<PRE>
752
-
Version: 0.1.0, Pre-alpha
753
-
Program: fpm(1)
754
-
Description: A Fortran package manager and build system
755
-
Home Page: https://github.com/fortran-lang/fpm
756
-
License: MIT
757
-
OS Type: Linux
758
-
</PRE>
759
777
</BLOCKQUOTE>
760
-
<P><HR>
761
-
<TABLEwidth=100%><TR><TDwidth=33%><I></I></TD><TDwidth=33%align=center>untitled ()</TD><TDalign=rightwidth=33%><I>October 17, 2020</I></TD></TR></TABLE><FONTSIZE=-1>Generated by <AHREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from x.1 using man macros.</FONT>
<TABLEwidth=100%><TR><TDwidth=33%><I></I></TD><TDwidth=33%align=center>untitled ()</TD><TDalign=rightwidth=33%><I>October 18, 2020</I></TD></TR></TABLE><FONTSIZE=-1>Generated by <AHREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from d68c10d7-7027-443c-9855-663219ca410d using man macros.</FONT>
0 commit comments