Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 1c95b59

Browse files
author
Markus Falk
committed
[BUGFIX] add missing manpages refs #168
1 parent 4b599d7 commit 1c95b59

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

manpages/addcomponent.1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.TH addcomponent
2+
.SH NAME
3+
.B addcomponent \-
4+
adds a new component to the project.
5+
6+
.SH SYNOPSIS
7+
.B yo kickstart:addcomponent
8+
.IR name
9+
10+
.SH DESCRIPTION
11+
.B addcomponent
12+
Adds JS, QUnit, SCSS or HTML to components/app and wires them to requireJS config file and main SCSS file.

manpages/kickstart.1

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.TH kickstart
2+
.SH NAME
3+
.B kickstart \-
4+
setup a new kickstart project.
5+
6+
.SH SYNOPSIS
7+
.B yo kickstart
8+
[\fB\-\-skip-\install\fR]
9+
10+
.SH DESCRIPTION
11+
.B yo kickstart
12+
Starts the Yeoman generator Kickstart and guides you through the process of setting up a new project.
13+
14+
.SH OPTIONS
15+
.TP
16+
.BR \-\-skip\-install
17+
Skip installation of bower packages, node packages and gems at the end of the setup process.

manpages/removecomponent.1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.TH removecomponent
2+
.SH NAME
3+
.B removecomponent \-
4+
removes a component from the project.
5+
6+
.SH SYNOPSIS
7+
.B yo kickstart:removecomponent
8+
.IR name
9+
10+
.SH DESCRIPTION
11+
.B removecomponent
12+
Removes JS, QUnit, SCSS or HTML from components/app and removes references from requireJS config file and main SCSS file.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "3.3.3",
44
"description": "Yeoman generator for creating websites and single page applications",
55
"license": "MIT",
6+
"man": [
7+
"./manpages/addcomponent.1",
8+
"./manpages/removecomponent.1",
9+
"./manpages/kickstart.1"
10+
],
611
"main": "app/index.js",
712
"repository": "OpenSourceWorkflow/generator-kickstart",
813
"author": {

0 commit comments

Comments
 (0)