File: cookiecutter.1

package info (click to toggle)
cookiecutter 1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,460 kB
  • sloc: python: 4,501; makefile: 245; sh: 6
file content (23 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.Dd $Mdocdate: August 18 2013 $
.Dt COOKIECUTTER 1
.Os
.Sh NAME
.Nm cookiecutter
.Nd create projects from project templates
.Sh SYNOPSIS
.Nm
.Op Fl h
.Ar input
.Sh DESCRIPTION
.Nm
is a command-line tool to create projects from project templates. It
takes as input a template which is either a local directory or an URL
to a repository.
.Nm
will then generate the project from the template. It may ask questions
to fill in some values.
.Sh SEE ALSO
For more documentation about
.Nm ,
have a look at
.Pa /usr/share/doc/python-cookiecutter-doc/html/index.html .