Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "aicat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "aicat", |
@@ -10,3 +10,3 @@ Ask ChatGPT using some files as part of the instructions. | ||
```shell | ||
npm i -g smartcat | ||
npm i -g aicat | ||
@@ -19,3 +19,3 @@ export OPENAPI_AI_KEY=XXXXXXXXXXXXXXXXXXXXXXXX | ||
```shell | ||
smartcat file1.mustache file2.html "extract template fields from file1 and insert into appropriate locations in file2" | ||
cat file1.mustache file2.html "extract template fields from file1 and insert into appropriate locations in file2" | tee file2.mustache | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2540