creatium 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -683,7 +683,6 @@ await core.cli()
683
683
  await core.cli( { args : process.argv.slice(4), hideBin : false } )
684
684
  ```
685
685
 
686
- ***
687
686
 
688
687
  #### CreatiumCore\<C\>
689
688
 
@@ -1172,7 +1171,6 @@ type CliOpts: {
1172
1171
  | `args`? | `string`[] | Arguments to pass to the command **Default** `process.argv.slice(2)` |
1173
1172
  | `hideBin`? | `boolean` | Hide the first two arguments **Default** `false` |
1174
1173
 
1175
- ***
1176
1174
 
1177
1175
  #### Config
1178
1176
 
@@ -1209,7 +1207,6 @@ type Config: {
1209
1207
  | `updater`? | `boolean` | Use updater **Default** `false` |
1210
1208
  | `version` | `string` | Set version of you current project Used in for the updater notifications. |
1211
1209
 
1212
- ***
1213
1210
 
1214
1211
  #### CreateOpts
1215
1212
 
@@ -1225,7 +1222,6 @@ type CreateOpts: CliOpts & {
1225
1222
  | ------ | ------ | ------ |
1226
1223
  | `activeCli`? | `boolean` | Options for activate cli. **Default** `true` |
1227
1224
 
1228
- ***
1229
1225
 
1230
1226
  #### CreateTemplateOpts
1231
1227
 
@@ -1279,7 +1275,6 @@ Environment functions
1279
1275
  | `isNode` | `boolean` |
1280
1276
  | `isWebWorker` | `boolean` |
1281
1277
 
1282
- ***
1283
1278
 
1284
1279
  #### INSTALLER
1285
1280
 
@@ -1307,7 +1302,6 @@ installer values used in `install` option.
1307
1302
  | `PNPM` | `"pnpm"` | 'pnpm' |
1308
1303
  | `YARN` | `"yarn"` | 'yarn' |
1309
1304
 
1310
- ***
1311
1305
 
1312
1306
  #### OPTION
1313
1307
 
@@ -1349,7 +1343,6 @@ Object of the CREATIUM types
1349
1343
  | `text` | `"text"` | 'text' |
1350
1344
  | `void` | `"void"` | 'void' |
1351
1345
 
1352
- ***
1353
1346
 
1354
1347
  #### prompt
1355
1348
 
@@ -1443,7 +1436,6 @@ Prompt functions
1443
1436
  | `tasks()` | `Promise`\<`void`\> | Define a group of tasks to be executed |
1444
1437
  | `text()` | `Promise`\<`string` \| `symbol`\> | - |
1445
1438
 
1446
- ***
1447
1439
 
1448
1440
  #### style
1449
1441
 
@@ -1475,7 +1467,6 @@ Style functions
1475
1467
  | `line` | (`__namedParameters`: \{ `align`: `'center'`; `lineChar`: `'⎯'`; `title`: `string`; \}) => `string` |
1476
1468
  | `table` | (`data`: `TableData`, `options`?: `TableUserConfig`) => `string` |
1477
1469
 
1478
- ***
1479
1470
 
1480
1471
  #### sys
1481
1472
 
@@ -1485,7 +1476,6 @@ const sys: __module = _sys;
1485
1476
 
1486
1477
  System functions
1487
1478
 
1488
- ***
1489
1479
 
1490
1480
  #### TEXT\_EDITOR
1491
1481
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creatium",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Build your create-bins quickly and easily",
5
5
  "bugs": {
6
6
  "url": "https://github.com/pigeonposse/creatium/issues",
@@ -47,7 +47,7 @@
47
47
  "@types/columnify": "1.5.4",
48
48
  "@types/update-notifier": "6.0.8",
49
49
  "@types/yargs": "17.0.33",
50
- "@creatium/repo-config": "0.1.6"
50
+ "@creatium/repo-config": "0.1.7"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",