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
{{ message }}
This repository was archived by the owner on Feb 8, 2019. It is now read-only.
*[Spanish documentation](doc/spanish/README.md) - Spanish documentation for piscosour.
36
36
37
-
# Installing piscosour
38
37
39
-
Install piscosour globally
38
+
# Index: 'piscosour'
40
39
41
-
npm install -g piscosour
40
+
-[ Commands Availables](#commands-availables)
41
+
-[Plugins](#plugins)
42
+
-[Contexts](#recipes)
43
+
-[Recipes](#recipes)
42
44
43
45
44
-
# Recipes
45
46
47
+
# Commands Availables
46
48
47
-
|Name|Version|Description|
48
-
|---|---|---|
49
-
|pisco-user|-|User Piscosour Recipe|
50
-
|piscosour|0.6.5|Get all your devops tools wrapped-up!|
51
49
50
+
## Index:
52
51
53
52
54
-
# Commands
53
+
- from **piscosour v.0.6.8**
54
+
- straws
55
+
- [node-module:convert (Convert any module into a piscosour recipe)](#node-moduleconvert-convert-any-module-into-a-piscosour-recipe)
56
+
- [recipe:add-shot (Add a shot to a piscosour recipe)](#recipeadd-shot-add-a-shot-to-a-piscosour-recipe)
57
+
- [recipe:add-straw (Add a straw to a piscosour recipe)](#recipeadd-straw-add-a-straw-to-a-piscosour-recipe)
58
+
- [recipe:configure (Manage a piscosour recipe)](#recipeconfigure-manage-a-piscosour-recipe)
59
+
- [recipe:create (Starting a repository from scratch)](#recipecreate-starting-a-repository-from-scratch)
60
+
- [recipe:docs (Append documentation from info.md to readme.md of the recipe)](#recipedocs-append-documentation-from-info.md-to-readme.md-of-the-recipe)
61
+
- shots
62
+
-[all::npm (Checking all npm commands needed)](#allnpm-checking-all-npm-commands-needed)
63
+
-[node-module::convert (Convert any nodejs module into a piscosour recipe)](#node-moduleconvert-convert-any-nodejs-module-into-a-piscosour-recipe)
64
+
-[recipe::add-shots (Create new pisco shot inside this module)](#recipeadd-shots-create-new-pisco-shot-inside-this-module)
65
+
-[recipe::add-straws (Adding shot to a straw)](#recipeadd-straws-adding-shot-to-a-straw)
-**pisco recipe::scaffolding** ( Create a piscosour recipe from a scaffold template )
65
-
-**pisco recipe::shots** ( Create new pisco shot inside this module )
66
-
-**pisco recipe::straws** ( Adding shot to a straw )
67
-
-**pisco recipe::updateversion** ( Update tool )
68
-
-**pisco recipe:add-shot** ( Add a shot to a piscosour recipe )
69
-
-**pisco recipe:add-straw** ( Add a straw to a piscosour recipe )
70
-
-**pisco recipe:config** ( Manage a piscosour recipe )
71
-
-**pisco node-module:convert** ( Convert any module into a piscosour recipe )
72
-
-**pisco recipe:create** ( Starting a repository from scratch )
73
-
-**pisco recipe:docs** ( Append documentation from info.md to readme.md of the recipe )
75
+
convert straw
74
76
77
+
### 1. convert: 'Convert any nodejs module into a piscosour recipe'
78
+
```
79
+
Repository types: node-module
80
+
Recipes: piscosour (0.6.8)
81
+
```
82
+
shot convert
75
83
84
+
## recipe:add-shot (Add a shot to a piscosour recipe)
76
85
77
-
## add-shot: 'Add a shot'
78
-
Add a shot to a piscosour recipe
79
86
80
87
81
-
### 1. shots: 'Create new pisco shot inside this module'
88
+
### 1. add-shots: 'Create new pisco shot inside this module'
82
89
```
83
90
Repository types: recipe
84
-
Recipes: piscosour (0.6.5)
91
+
Recipes: piscosour (0.6.8)
85
92
```
86
93
shot shots
87
94
88
-
## add-straw: 'Add straw'
89
-
Add a straw to a piscosour recipe
95
+
## recipe:add-straw (Add a straw to a piscosour recipe)
96
+
90
97
91
98
92
-
### 1. straws: 'Adding shot to a straw'
99
+
### 1. add-straws: 'Adding shot to a straw'
93
100
```
94
101
Repository types: recipe
95
-
Recipes: piscosour (0.6.5)
102
+
Recipes: piscosour (0.6.8)
96
103
```
97
104
shot straws
98
105
99
-
## config: 'Configure piscosour'
100
-
Manage a piscosour recipe
106
+
## recipe:configure (Manage a piscosour recipe)
107
+
101
108
102
109
103
-
### 1. piscosour: 'Configure piscosour.json'
110
+
### 1. configure: 'Configure piscosour.json'
104
111
```
105
112
Repository types: recipe
106
-
Recipes: piscosour (0.6.5)
113
+
Recipes: piscosour (0.6.8)
107
114
```
108
115
shot piscosour
109
116
110
-
## convert: 'Module to recipe'
111
-
Convert any module into a piscosour recipe
117
+
## recipe:create (Starting a repository from scratch)
112
118
113
119
114
-
### 1. convert: 'Convert any nodejs module into a piscosour recipe'
115
-
```
116
-
Repository types: node-module
117
-
Recipes: piscosour (0.6.5)
118
-
```
119
-
shot convert
120
-
121
-
## create: 'Create from scratch'
122
-
Starting a repository from scratch
123
-
124
120
- Pisco te preguntará por el nombre de la receta que quieres crear. Este será el nombre de tu paquete npm que usarás para compartir la funcionalidad y las herramientas que envuelvas. Introduce el nombre que más te guste.
125
121
- Deberás introducir el comando que quieres usar para hacer correr los "straws" (flujos) que vas a introducir en este módulo.
126
122
- También deberás introducir una breve descripción para tu módulo.
@@ -138,12 +134,12 @@ Listo! ya tienes tu primer ejecutable de pisco creado! pruebalo
138
134
### 1. scaffolding: 'Create a piscosour recipe from a scaffold template'
139
135
```
140
136
Repository types: recipe
141
-
Recipes: piscosour (0.6.5)
137
+
Recipes: piscosour (0.6.8)
142
138
```
143
139
shot scaffolding
144
140
145
-
## docs: 'Generate Documentation'
146
-
Append documentation from info.md to readme.md of the recipe
141
+
## recipe:docs (Append documentation from info.md to readme.md of the recipe)
142
+
147
143
Command: **node bin/pisco.js recipe:docs**
148
144
149
145
Generate documentation for your recipe.
@@ -157,7 +153,7 @@ Info.md is a regular md file, so you can use all the markdown specification. The
157
153
### 1. generate-docs: 'Generate one file per straw inside a directory'
158
154
```
159
155
Repository types: recipe
160
-
Recipes: piscosour (0.6.5)
156
+
Recipes: piscosour (0.6.8)
161
157
```
162
158
shot generate-docs
163
159
@@ -499,7 +495,6 @@ By default this is the versions defined inside core:
499
495
```
500
496
"versions": {
501
497
"npm" : {
502
-
"disableCheck": true,
503
498
"list": "npm list -g --depth 0",
504
499
"regexp": "\\@(.*?)\\s"
505
500
},
@@ -520,7 +515,6 @@ By default this is the versions defined inside core:
520
515
-**key** (for example 'java'): is the command that you need inside your shot.
521
516
-**option**: (optional, default is '-v') if version is set the way to check this version.
522
517
-**regexp**: (optional) if version is on a string the way to extract only the version. Overwrite version defined on piscosour.json
523
-
-**disableCheck:** (optional) used by tools as npm that asume are allways installed.
524
518
-**list:** (optional) command used to get a stdout to use the regexp function in orther to get the version of the item you want to check.
525
519
526
520
##### List tip
@@ -654,4 +648,12 @@ this is the file resulting of the execution: the mix of all system requirements
654
648
```
655
649
## test
656
650
657
-
Testing plugin. NO FUNCTIONALITY.
651
+
Testing plugin. NO FUNCTIONALITY.
652
+
# Recipes
653
+
654
+
655
+
|Name|Version|Description|
656
+
|---|---|---|
657
+
|piscosour|0.6.8|Get all your devops tools wrapped-up!|
0 commit comments