launch-stackwright 0.1.0 → 0.2.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/index.js +2 -4
- package/dist/index.mjs +2 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var require_package = __commonJS({
|
|
|
31
31
|
"package.json"(exports2, module2) {
|
|
32
32
|
module2.exports = {
|
|
33
33
|
name: "launch-stackwright",
|
|
34
|
-
version: "0.
|
|
34
|
+
version: "0.2.0-alpha.3",
|
|
35
35
|
description: "Launch a new Stackwright project with the otter raft ready to build",
|
|
36
36
|
license: "MIT",
|
|
37
37
|
repository: {
|
|
@@ -144,9 +144,7 @@ async function launch(targetDir, options) {
|
|
|
144
144
|
console.log(import_chalk.default.white(` 2. pnpm install`));
|
|
145
145
|
console.log(import_chalk.default.white(` 3. pnpm dev`));
|
|
146
146
|
if (!options.skipOtters) {
|
|
147
|
-
console.log(
|
|
148
|
-
import_chalk.default.cyan.bold("\n\u{1F9A6} Want the otter raft to build your site for you?\n")
|
|
149
|
-
);
|
|
147
|
+
console.log(import_chalk.default.cyan.bold("\n\u{1F9A6} Want the otter raft to build your site for you?\n"));
|
|
150
148
|
console.log(import_chalk.default.white(` code-puppy invoke stackwright-foreman-otter`));
|
|
151
149
|
console.log(import_chalk.default.dim(` Then say: "Build me a [type] website for [name]"
|
|
152
150
|
`));
|
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ var require_package = __commonJS({
|
|
|
9
9
|
"package.json"(exports, module) {
|
|
10
10
|
module.exports = {
|
|
11
11
|
name: "launch-stackwright",
|
|
12
|
-
version: "0.
|
|
12
|
+
version: "0.2.0-alpha.3",
|
|
13
13
|
description: "Launch a new Stackwright project with the otter raft ready to build",
|
|
14
14
|
license: "MIT",
|
|
15
15
|
repository: {
|
|
@@ -122,9 +122,7 @@ async function launch(targetDir, options) {
|
|
|
122
122
|
console.log(chalk.white(` 2. pnpm install`));
|
|
123
123
|
console.log(chalk.white(` 3. pnpm dev`));
|
|
124
124
|
if (!options.skipOtters) {
|
|
125
|
-
console.log(
|
|
126
|
-
chalk.cyan.bold("\n\u{1F9A6} Want the otter raft to build your site for you?\n")
|
|
127
|
-
);
|
|
125
|
+
console.log(chalk.cyan.bold("\n\u{1F9A6} Want the otter raft to build your site for you?\n"));
|
|
128
126
|
console.log(chalk.white(` code-puppy invoke stackwright-foreman-otter`));
|
|
129
127
|
console.log(chalk.dim(` Then say: "Build me a [type] website for [name]"
|
|
130
128
|
`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "launch-stackwright",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Launch a new Stackwright project with the otter raft ready to build",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"commander": "^14.0.3",
|
|
27
27
|
"fs-extra": "^11.3",
|
|
28
28
|
"prompts": "^2.4.2",
|
|
29
|
-
"@stackwright/cli": "0.7.0
|
|
29
|
+
"@stackwright/cli": "0.7.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/fs-extra": "^11.0",
|