You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of exposing files directly, refactor the code and export only the required files
Remove all the logic from the commander files (bin)
Move the logic into the new class. (Implementer should name the classes appropriately, ) AttachChain CreateChain ListChain LogChain StartChain StopChain
Commander files should call these new classes to execute the task
Expose these class in index.js
NodeOptions, NodeDescription, NodeFactory should also be exposed in index.js
The text was updated successfully, but these errors were encountered:
This is a follow-up ticket for #54
Currently, the following files are published in index.js
Instead of exposing files directly, refactor the code and export only the required files
Remove all the logic from the commander files (bin)
Move the logic into the new class. (Implementer should name the classes appropriately, )
AttachChain
CreateChain
ListChain
LogChain
StartChain
StopChain
Commander files should call these new classes to execute the task
Expose these class in
index.js
NodeOptions
,NodeDescription
,NodeFactory
should also be exposed in index.jsThe text was updated successfully, but these errors were encountered: