Skip to content

Commit

Permalink
refactor: extract CLI package (#695)
Browse files Browse the repository at this point in the history
### Summary of Changes

Extract the CLI into a separate package. This allows us to publish it to
NPM.
  • Loading branch information
lars-reimann authored Oct 26, 2023
1 parent d546348 commit b3c7dce
Show file tree
Hide file tree
Showing 24 changed files with 886 additions and 58 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
extends: '@lars-reimann',
rules: {
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',
'vitest/prefer-lowercase-title': 'off',
},
};
26 changes: 0 additions & 26 deletions .github/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit b3c7dce

Please sign in to comment.