Skip to content

Commit

Permalink
Remove workspace support, add storybook support, and many other thing…
Browse files Browse the repository at this point in the history
…s...
  • Loading branch information
puehringer committed Feb 26, 2024
1 parent 5946c0d commit 78c784c
Show file tree
Hide file tree
Showing 68 changed files with 11,470 additions and 13,979 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
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
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down
2 changes: 1 addition & 1 deletion bin/commands/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { call } = require('./utils');

module.exports = {
command: 'bundle [strings...]',
describe: 'Bundles a workspace or a repository',
describe: 'Bundles a repository',
handler: (args) => {
const configPath = resolve(__dirname, '../../config/rspack.config.js');
call('rspack', `build --c "${configPath}" ${(args.strings || []).join(' ')}`, {
Expand Down
97 changes: 0 additions & 97 deletions bin/commands/generator/BasePhoveaGenerator.js

This file was deleted.

154 changes: 0 additions & 154 deletions bin/commands/generator/clone-repo/index.js

This file was deleted.

Empty file removed bin/commands/generator/index.js
Empty file.
Loading

0 comments on commit 78c784c

Please sign in to comment.