Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`