Skip to content

Commit

Permalink
feat(cli): switch to @janus-idp/cli for new plugins and populate them…
Browse files Browse the repository at this point in the history
… with the basics

Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido committed Sep 22, 2023
1 parent 9f3a31c commit 3bfae3c
Show file tree
Hide file tree
Showing 52 changed files with 677 additions and 573 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint-staged": "lint-staged",
"prettier:check": "prettier --ignore-unknown --check .",
"prettier:fix": "prettier --ignore-unknown --write .",
"new": "backstage-cli new --scope @janus-idp",
"new": "janus-cli new --do-not-edit-packages",
"release": "multi-semantic-release",
"prepare": "husky install",
"versions:bump": "backstage-cli versions:bump && find . -name 'package.json' ! -path '*/node_modules/*' -exec sed -i '' -e '/devDependencies/,/\\}/{ s/\"\\^/\"/; }' {} \\;"
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/bin/janus-cli
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ if (!isLocal || process.env.BACKSTAGE_E2E_CLI_TEST) {
} else {
require('ts-node').register({
transpileOnly: true,
/* eslint-disable-next-line no-restricted-syntax */
project: path.resolve(__dirname, '../../../tsconfig.json'),
compilerOptions: {
module: 'CommonJS',
},
Expand Down
44 changes: 0 additions & 44 deletions packages/cli/src/commands/create-plugin/createPlugin.test.ts

This file was deleted.

Loading

0 comments on commit 3bfae3c

Please sign in to comment.