Skip to content

digital-boss/n8n-designpatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.