Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romgerman/bp-refactoring
Refactor Typescript code using blueprints. This is just a POC
https://github.com/romgerman/bp-refactoring
Last synced: 2 days ago
JSON representation
Refactor Typescript code using blueprints. This is just a POC
- Host: GitHub
- URL: https://github.com/romgerman/bp-refactoring
- Owner: romgerman
- Created: 2024-04-17T09:52:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:55:42.000Z (6 months ago)
- Last Synced: 2024-12-19T13:54:50.359Z (6 days ago)
- Language: TypeScript
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# bp-refactoring
Refactor using blueprints
![Preview](docs/images/Code_E6ORNNzgvf.png)
## Features
...
## Extension Settings
...
## Known Issues
Nothing works yet
## Release Notes
### 1.0.0
Initial release of bp-refactoring
## How to add new node type
1. Add node type in `shared/node-types.ts`
2. Add node backend in `blueprint/nodes`
3. Add node processing in `blueprint/store.ts`
4. Add node frontend in `webview/nodes`
5. Add node in graph in `webview/Graph.vue`