Skip to content

Commit

Permalink
feature(cli): extract framework
Browse files Browse the repository at this point in the history
fixes #1021
  • Loading branch information
Idrinth committed May 7, 2024
1 parent 24be833 commit 0d64e37
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 7,851 deletions.
27 changes: 0 additions & 27 deletions .github/PULL_REQUEST_TEMPLATE/cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ and the points you are not confident about. -->
- [ ] the change has been given a reason in the overview
- [ ] the change text is reasonable short

## CLI

- [ ] the change works with both supported node versions
- [ ] the default behaviour did not change
- [ ] shared code has been extracted in a different file

## Desktop

- [ ] the change can be packaged
Expand Down
2 changes: 0 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ the pull request as good as possible.
- [Documentation][Documentation] changes to a md file (Readme for example)
- [Examples][Examples] adding or adjusting examples
- [Mindmap][MM] adding to or modifying the mindmap
- [CLI][CLI] adding to or modifying the cli
- [Desktop][Desktop] changes to the desktop application
- [Full][Full] changes to multiple categories

Expand All @@ -29,5 +28,4 @@ the pull request as good as possible.
[Framework]: ?quick_pull=1&template=framework.md
[Examples]: ?quick_pull=1&template=examples.md
[MM]: ?quick_pull=1&template=mindmap.md
[CLI]: ?quick_pull=1&template=cli.md
[Desktop]: ?quick_pull=1&template=desktop.md
3 changes: 0 additions & 3 deletions cli/.eslintrc.yml

This file was deleted.

7 changes: 0 additions & 7 deletions cli/.idrinth-typescript-language-from-yaml.yml

This file was deleted.

6 changes: 0 additions & 6 deletions cli/.knip.json

This file was deleted.

2 changes: 0 additions & 2 deletions cli/.markdownlint.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions cli/.mocharc.cjs

This file was deleted.

8 changes: 0 additions & 8 deletions cli/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion cli/.npmrc

This file was deleted.

29 changes: 0 additions & 29 deletions cli/.nycrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions cli/.spellcheckerrc.yml

This file was deleted.

48 changes: 0 additions & 48 deletions cli/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions cli/bin/generate-benchmark-from-curl.js

This file was deleted.

4 changes: 0 additions & 4 deletions cli/bin/generate-benchmark-from-har.js

This file was deleted.

4 changes: 0 additions & 4 deletions cli/bin/generate-benchmark-from-open-api.js

This file was deleted.

4 changes: 0 additions & 4 deletions cli/bin/make-benchmark-project.js

This file was deleted.

18 changes: 0 additions & 18 deletions cli/fixtures/api.har

This file was deleted.

10 changes: 0 additions & 10 deletions cli/fixtures/open-api.json

This file was deleted.

5 changes: 0 additions & 5 deletions cli/fixtures/open-api.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions cli/fixtures/open-api.yml

This file was deleted.

5 changes: 0 additions & 5 deletions cli/language/de.yml

This file was deleted.

9 changes: 0 additions & 9 deletions cli/language/en.yml

This file was deleted.

4 changes: 0 additions & 4 deletions cli/language/es.yml

This file was deleted.

Loading

0 comments on commit 0d64e37

Please sign in to comment.