jezzsantos / automate

Templatize patterns from your own codebase, make them programmable, then share them with your team. https://jezzsantos.github.io/automate/
https://www.nuget.org/packages/automate
MIT License
7 stars 0 forks source link

Create an automate folder when asking for all patterns or toolkits or drafts #92

Open jezzsantos opened 1 year ago

jezzsantos commented 1 year ago

When running the following commands, a folder called automate is created in the current directory, and populated with a localstate.json file. automate list patterns, or automate list toolkits or automate list drafts

The problem is that any IDE that uses the CLI (indirectly or directly) creates these files that are added to source control automatically, and that's not a great experience for the end user.

This folder automate and the file localstate.json should not be created as a result of a query. They should only be created if you actually activate the product and create something locally.