@toptal/davinci-bootstrap 3.4.2 → 3.4.3-alpha-fx-3003-storybook-link-addon.13
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/README.md +1 -5
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Bootstraps scaffolding/skeleton applications or parts of the monorepo with every
|
|
|
4
4
|
|
|
5
5
|
### Usage
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
In your project run `yarn add @toptal/davinci-bootstrap`.
|
|
8
8
|
|
|
9
9
|
#### Commands
|
|
10
10
|
|
|
@@ -12,10 +12,6 @@ Use it by installing `yarn add @toptal/davinci` in your project.
|
|
|
12
12
|
- [`new-app`](./docs/new-app.md): creates a new monorepo app project
|
|
13
13
|
- [`new-lib`](./docs/new-lib.md): creates a new monorepo library project
|
|
14
14
|
|
|
15
|
-
### Alias
|
|
16
|
-
|
|
17
|
-
In all the commands you can use `davinci-bootstrap` directly if needed, instead of `davinci`. This is not a recommended way to use `davinci`, but in very rare cases it might be useful.
|
|
18
|
-
|
|
19
15
|
### IDE Tooling
|
|
20
16
|
|
|
21
17
|
This package can be used directly in your IDE through these extensions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-bootstrap",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3-alpha-fx-3003-storybook-link-addon.13+f70b016a",
|
|
4
4
|
"description": "Creates application from davinci template",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,13 +34,14 @@
|
|
|
34
34
|
"url": "https://github.com/toptal/davinci/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@toptal/davinci-cli-shared": "1.7.
|
|
38
|
-
"@toptal/davinci-skeleton": "8.2.
|
|
39
|
-
"@toptal/davinci-skeleton-lib": "0.2.
|
|
40
|
-
"@toptal/davinci-skeleton-sub-app": "1.3.
|
|
37
|
+
"@toptal/davinci-cli-shared": "1.7.1-alpha-fx-3003-storybook-link-addon.19+f70b016a",
|
|
38
|
+
"@toptal/davinci-skeleton": "8.2.1-alpha-fx-3003-storybook-link-addon.13+f70b016a",
|
|
39
|
+
"@toptal/davinci-skeleton-lib": "0.2.1-alpha-fx-3003-storybook-link-addon.28+f70b016a",
|
|
40
|
+
"@toptal/davinci-skeleton-sub-app": "1.3.1-alpha-fx-3003-storybook-link-addon.28+f70b016a",
|
|
41
41
|
"find-yarn-workspace-root": "^2.0.0",
|
|
42
42
|
"fs-extra": "^9.0.1",
|
|
43
43
|
"lodash.kebabcase": "^4.1.1",
|
|
44
44
|
"ora": "^5.4.1"
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
|
+
"gitHead": "f70b016aa5202355294e3b67e4252c20cf0b336f"
|
|
46
47
|
}
|