particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

feature/sc-123395/implement-create-command #691

Closed hugomontero closed 9 months ago

hugomontero commented 9 months ago

Description

This PR will add logic create function, that will generate a list of files with all necessary things for logic functions development

How to Test

  1. Pull down the branch: git pull && git checkout feature/sc-123395/implement-create-command
  2. Install dependencies: npm i
  3. Run unit tests: npm run test:unit
  4. Attempt to create a new 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