-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove workspace support, add storybook support, and many other thing…
…s...
- Loading branch information
1 parent
5946c0d
commit 78c784c
Showing
68 changed files
with
11,470 additions
and
13,979 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
yarnPath: .yarn/releases/yarn-3.2.2.cjs | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.1.0.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,34 +11,6 @@ Install visyn_scripts via npm: `npm i --save-dev git+ssh://[email protected]/datavi | |
|
||
Add visyn_scripts to your package.json scripts, i.e. add `"compile": "visyn_scripts compile"` and execute it with `npm run compile`, or alternatively directly execute it with `npx visyn_scripts compile`. | ||
|
||
## Scripts | ||
|
||
The main purpose of visyn_scripts are the unified scripts: | ||
|
||
### build | ||
|
||
Builds a workspace using webpack. | ||
|
||
### compile | ||
|
||
Builds a repository using typescript. | ||
|
||
### copy | ||
|
||
Copies assets, styles, and static files to the dist folder. | ||
|
||
### docs | ||
|
||
Generates docs of a repository using typedoc. | ||
|
||
### lint | ||
|
||
Lints a repository using ESLint. | ||
|
||
### test | ||
|
||
Tests a repository using Jest. | ||
|
||
## Configurations | ||
|
||
visyn_scripts also includes default configurations for ESLint, Prettier, Typescript, ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.