Closed hugomontero closed 12 months ago
This PR will add logic create function, that will generate a list of files with all necessary things for logic functions development
logic functions
git pull && git checkout feature/sc-123395/implement-create-command
npm i
npm run test:unit
logic function
npm start -- logic-function create ${path}
Outcome
Story details: https://app.shortcut.com/particle/story/123396/implement-execute-command-with-eventdata
Description
This PR will add logic create function, that will generate a list of files with all necessary things for
logic functions
developmentHow to Test
git pull && git checkout feature/sc-123395/implement-create-command
npm i
npm run test:unit
logic function
:npm start -- logic-function create ${path}
Outcome
Related Issues / Discussions
Story details: https://app.shortcut.com/particle/story/123396/implement-execute-command-with-eventdata
Completeness