0.1.10 • Published 4 months ago

@digital-boss/n8n-designpatterns v0.1.10

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

n8n-designpatterns

n8n-designpatterns is a collection of interfaces and classes helping to follow Segregation of Concerns principle.

Development and Making Changes

When you working on n8n-designpatterns and want to make changes, it would be usefull to check these changes with some existing Node project. During development process Use local n8n-designpatterns package at Node repo, where you want to check new features of designpatterns:

# use local n8n-designpatterns
npm uninstsall n8n-designpatterns
npm i -S /local/path/to/n8n-designpatterns/repo

That way you can add new features to n8n-designpatterns and check & use them with real n8n Node project.

esbuild

esbuild doesn't generate typescript declarations:

Release a New Version

Execute npm run release.