Skip to content

Commit

Permalink
Initial workspace commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fokolo committed Oct 1, 2024
1 parent aab26cb commit 25e24db
Show file tree
Hide file tree
Showing 5 changed files with 19,482 additions and 3 deletions.
1 change: 1 addition & 0 deletions backend-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"homepage": "https://github.com/port-labs/backstage-plugin",
"backstage": {
"role": "backend-plugin"
},
Expand Down
16 changes: 14 additions & 2 deletions frontend-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Getting started

### Installation

TBD

### Developement

In this repo run:

```
yarn link
```

and then in the backstage run:

```
yarn --cwd packages/app link "@port-labs/backstage-plugin-port-frontend"
```
2 changes: 1 addition & 1 deletion frontend-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@port-labs/backstage-plugin",
"name": "@port-labs/backstage-plugin-port-frontend",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "port-backstage-plugins-workspace",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"private": true,
"repository": "https://github.com/port-labs/backstage-plugin.git",
"author": "Port Labs",
"workspaces": [
Expand Down
Loading

0 comments on commit 25e24db

Please sign in to comment.