particle-iot / particle-cli

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

Chore/sc 125552/remove yeoman generator from particle library #718

Closed hugomontero closed 6 months ago

hugomontero commented 6 months ago

Description

This PR will remove Yeoman dependency and update the way we init new libraries.

How to Test

  1. Pull down the branch git pull && git checkout chore/sc-125552/remove-yeoman-generator-from-particle-library
  2. Install dependencies: npm install 👉 Required since we removed dependencies
  3. Run tests
  4. Attempt to create a new library: npm start -- library create --dir /my/path/dir
    • Use the different options from the command

outcome

Related Issues / Discussions

Story details:

Completeness

hugomontero commented 6 months ago

:shipit: