.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 .ad l . .TH "POLYMER\-INIT" "1" "February 2011" "POLYMER 1.0.0.BETA.7" "Polymer Manual" . .SH "NAME" \fBpolymer\-init\fR \- Create a new Polymer project in the current directory . .SH "SYNOPSIS" \fBpolymer init\fR [\-\-sprites=SPRITES] [\-\-sources=SOURCES] [\-\-no\-examples] [\-\-windows] . .SH "DESCRIPTION" Create a \fB\.polymer\fR file in the current directory with some sensible default settings\. By default, the \fBinit\fR command also copies some sample sources to provide a working example of how to create your own sprites\. . .SH "OPTIONS" . .TP \fB\-\-sprites=\fR Path to a directory, relative to the current directory, in which sprites should be saved by default\. This can be customised later by in your polymer(5) file\. Default: public/images . .TP \fB\-\-sources=\fR Path to a directory, relative to the current directory, in which Polymer should find the sources for your sprites\. This can be customised later in your polymer(5) file\. Default public/images/sprites . .TP \fB\-\-no\-examples\fR The \fBinit\fR command copies some sample sources into your \fBsources\fR directory to provide an example of how Polymer works\. The \fB\-\-no\-examples\fR option disabled this\. . .TP \fB\-\-windows\fR To provide better support for systems where files beginning with a "\." are troublesome, the \fB\-\-windows\fR option tells Polymer to create a \fBpolymer\.rb\fR file instead of \fB\.polymer\fR\.