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/refactor-template-helper-functions #697

Closed hugomontero closed 10 months ago

hugomontero commented 11 months ago

Description

This PR will change the template creation recursive function in order to be part of template processor.

How to Test

  1. Pull down the branch: git pull && git checkout feature/sc-123395/refactor-template-helper-functions
  2. Install dependencies: npm i
  3. Run tests: npm test
  4. Attempt to create a new logic-function: npm start -- logic-function create /path
  5. Attempt to create a local existing logic-function npm start -- logic-function create /path

Outcome

Related Issues / Discussions

Completeness

hugomontero commented 10 months ago

Closed in favor of https://github.com/particle-iot/particle-cli/pull/705