Skip to content

Commit 9406912

Browse files
committed
cli(version): v.2.0.8
1 parent 0b4269c commit 9406912

File tree

77 files changed

+96
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+96
-94
lines changed

docs/AddGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
192192
<br class="clear">
193193

194194
<footer>
195-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
195+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
196196
</footer>
197197

198198
<script> prettyPrint(); </script>

docs/InitGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
192192
<br class="clear">
193193

194194
<footer>
195-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
195+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
196196
</footer>
197197

198198
<script> prettyPrint(); </script>

docs/LoaderGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
172172
<br class="clear">
173173

174174
<footer>
175-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
175+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
176176
</footer>
177177

178178
<script> prettyPrint(); </script>

docs/PluginGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
172172
<br class="clear">
173173

174174
<footer>
175-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
175+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
176176
</footer>
177177

178178
<script> prettyPrint(); </script>

docs/commands_add.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5858
<br class="clear">
5959

6060
<footer>
61-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
61+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
6262
</footer>
6363

6464
<script> prettyPrint(); </script>

docs/commands_init.js.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ <h1 class="page-title">Source: commands/init.js</h1>
2929
<pre class="prettyprint source linenums"><code>"use strict";
3030

3131
const npmPackagesExists = require("../utils/npm-packages-exists");
32-
const creator = require("../init/index").creator;
32+
const defaultGenerator = require("../generators/init-generator");
33+
const modifyHelper = require("../utils/modify-config-helper");
3334

3435
/**
3536
*
@@ -43,7 +44,7 @@ <h1 class="page-title">Source: commands/init.js</h1>
4344

4445
module.exports = function initializeInquirer(pkg) {
4546
if (pkg.length === 0) {
46-
return creator();
47+
return modifyHelper("init", defaultGenerator);
4748
}
4849
return npmPackagesExists(pkg);
4950
};
@@ -63,7 +64,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
6364
<br class="clear">
6465

6566
<footer>
66-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
67+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
6768
</footer>
6869

6970
<script> prettyPrint(); </script>

docs/commands_make.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5454
<br class="clear">
5555

5656
<footer>
57-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
57+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
5858
</footer>
5959

6060
<script> prettyPrint(); </script>

docs/commands_migrate.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
194194
<br class="clear">
195195

196196
<footer>
197-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
197+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
198198
</footer>
199199

200200
<script> prettyPrint(); </script>

docs/commands_remove.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5858
<br class="clear">
5959

6060
<footer>
61-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
61+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
6262
</footer>
6363

6464
<script> prettyPrint(); </script>

docs/commands_serve.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
213213
<br class="clear">
214214

215215
<footer>
216-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 21:37:57 GMT+0100 (CET)
216+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
217217
</footer>
218218

219219
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)