create-bestax 1.2.2 → 1.4.0
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.
- package/dist/__mocks__/figures.d.ts +9 -0
- package/dist/__mocks__/figures.d.ts.map +1 -0
- package/dist/__mocks__/figures.js +7 -0
- package/dist/display.d.ts.map +1 -1
- package/dist/display.js +3 -2
- package/package.json +2 -1
- package/templates/vite/index.html +1 -1
- package/templates/vite/public/bestax.svg +7 -0
- package/templates/vite-ts/index.html +1 -1
- package/templates/vite-ts/public/bestax.svg +7 -0
- package/templates/vite/public/vite.svg +0 -1
- package/templates/vite-ts/public/vite.svg +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"figures.d.ts","sourceRoot":"","sources":["../../src/__mocks__/figures.ts"],"names":[],"mappings":";;;;;;;AAAA,wBAME"}
|
package/dist/display.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../src/display.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../src/display.ts"],"names":[],"mappings":"AAIA,wBAAgB,aAAa,IAAI,IAAI,CAMpC;AAED,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAmBtD;AAED,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAElD;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAEjD;AAED,wBAAgB,gBAAgB,IAAI,IAAI,CAEvC"}
|
package/dist/display.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import chalk from 'chalk';
|
|
2
|
+
import figures from 'figures';
|
|
2
3
|
import { MESSAGES } from './constants.js';
|
|
3
4
|
export function displayHeader() {
|
|
4
5
|
console.log();
|
|
@@ -19,12 +20,12 @@ export function displaySuccess(targetDir) {
|
|
|
19
20
|
console.log();
|
|
20
21
|
console.log(chalk.dim(MESSAGES.HAPPY_CODING));
|
|
21
22
|
console.log();
|
|
22
|
-
console.log(chalk.yellow(
|
|
23
|
+
console.log(chalk.yellow(`${figures.star} If you enjoy using bestax-bulma, please star us on GitHub!`));
|
|
23
24
|
console.log(chalk.dim(' https://github.com/allxsmith/bestax'));
|
|
24
25
|
console.log();
|
|
25
26
|
}
|
|
26
27
|
export function displayError(message) {
|
|
27
|
-
console.error(chalk.red(
|
|
28
|
+
console.error(chalk.red(`${figures.cross} ${message}`));
|
|
28
29
|
}
|
|
29
30
|
export function displayInfo(message) {
|
|
30
31
|
console.log(chalk.yellow(message));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-bestax",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Create a new bestax-bulma project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"@allxsmith/bestax-bulma": "2.4.0",
|
|
52
52
|
"chalk": "^5.3.0",
|
|
53
53
|
"commander": "^12.0.0",
|
|
54
|
+
"figures": "^3.2.0",
|
|
54
55
|
"fs-extra": "^11.2.0",
|
|
55
56
|
"prompts": "^2.4.2"
|
|
56
57
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/bestax.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Vite + React + Bestax</title>
|
|
8
8
|
</head>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon points="364.54,105.00 364.54,295.00 200.00,390.00 35.46,295.00 35.46,105.00 200.00,10.00" fill="#1a1a1a" stroke="#ffd700" stroke-width="1" />
|
|
3
|
+
<polygon points="333.69,122.81 333.69,277.19 200.00,354.38 66.31,277.19 66.31,122.81 200.00,45.63" fill="#ffe066" stroke="#ffd700" stroke-width="1" />
|
|
4
|
+
<polygon points="302.84,140.63 302.84,259.38 200.00,318.75 97.16,259.38 97.16,140.63 200.00,81.25" fill="#ffb700" stroke="#ffd700" stroke-width="1" />
|
|
5
|
+
<polygon points="271.99,158.44 271.99,241.56 200.00,283.13 128.01,241.56 128.01,158.44 200.00,116.88" fill="#ff8c00" stroke="#ffd700" stroke-width="1" />
|
|
6
|
+
<polygon points="241.14,176.25 241.14,223.75 200.00,247.50 158.86,223.75 158.86,176.25 200.00,152.50" fill="#1a1a1a" stroke="#ffd700" stroke-width="1" />
|
|
7
|
+
</svg>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/bestax.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Vite + React + Bestax</title>
|
|
8
8
|
</head>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon points="364.54,105.00 364.54,295.00 200.00,390.00 35.46,295.00 35.46,105.00 200.00,10.00" fill="#1a1a1a" stroke="#ffd700" stroke-width="1" />
|
|
3
|
+
<polygon points="333.69,122.81 333.69,277.19 200.00,354.38 66.31,277.19 66.31,122.81 200.00,45.63" fill="#ffe066" stroke="#ffd700" stroke-width="1" />
|
|
4
|
+
<polygon points="302.84,140.63 302.84,259.38 200.00,318.75 97.16,259.38 97.16,140.63 200.00,81.25" fill="#ffb700" stroke="#ffd700" stroke-width="1" />
|
|
5
|
+
<polygon points="271.99,158.44 271.99,241.56 200.00,283.13 128.01,241.56 128.01,158.44 200.00,116.88" fill="#ff8c00" stroke="#ffd700" stroke-width="1" />
|
|
6
|
+
<polygon points="241.14,176.25 241.14,223.75 200.00,247.50 158.86,223.75 158.86,176.25 200.00,152.50" fill="#1a1a1a" stroke="#ffd700" stroke-width="1" />
|
|
7
|
+
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|