Skip to content

ryanwolhuter/teeps-tool-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teeps-tool-2

To install dependencies:

bun install

To run:

bun run index.ts

Usage:

Create a directory with the name of the document you want to use inside of documents. Add the operations.json file to the directory. You can do this with as many documents as you want.

Example:

documents/
  - example/
    - operations.json
  - another-example/
    - operations.json
... etc.

Run the tool with bun run index.ts and it will generate the updated file(s) in the documents-updated directory. The generated .zip files will have the same name as the original directory with the operations.json with "-updated" added at the end, so like example-updated.zip.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published