romgerman / bp-refactoring

Refactor Typescript code using blueprints. This is just a POC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bp-refactoring

Refactor using blueprints

Preview

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

About

Refactor Typescript code using blueprints. This is just a POC


Languages

Language:TypeScript 65.8%Language:Vue 32.3%Language:SCSS 1.2%Language:JavaScript 0.7%