Skip to content

Commit d85fd74

Browse files
committed
build: fts-v0.4.3-min.js
1 parent aca86d3 commit d85fd74

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This is a TypeScript port of the original `files-to-prompt` tool written in Pyth
2020
- Allows ignoring files based on patterns or .gitignore rules
2121
- Converts Jupyter Notebook (.ipynb) files to ASCII or Markdown
2222
- Supports redirecting output to a file
23-
- Runs on the Bun runtime environment
23+
- Runs out-of-box on the Bun runtime environment
24+
- Compatible with Deno and Node (minified)
2425

2526
## Installation
2627

@@ -46,6 +47,8 @@ curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.4.3/files-to-
4647

4748
Don't forget to make the script executable with `chmod +x ftp.ts` and move it to a location where it is accessible from your system's `$PATH` (optional).
4849

50+
Minified builds of this script can be found in the [minified](https://github.com/fry69/files-to-prompt-ts/minified) directory (generated with `bun build --minify`). These builds are compatible with [Node](https://nodejs.org/)
51+
4952
## Usage
5053

5154
### Command-line Arguments
@@ -172,8 +175,9 @@ Ran 37 tests across 1 files. [405.00ms]
172175

173176
## Compatibility
174177

175-
The script is mostly compatible with [Deno](https://deno.com/), see [issues](https://github.com/fry69/files-to-prompt-ts/issues) for details.
176-
Transpilation to pure Javascript / [Node](https://nodejs.org/en) is (currently) not supported.
178+
This script is compatible with [Deno](https://deno.com/) (e.g. `deno run -A ./files-to-prompt.ts [paths]`).
179+
180+
The minified version of this script is compatible with [Node](https://nodejs.org/en) (e.g. `node minified/fts-v0.4.3.min.js [paths]`).
177181

178182
## Contributing
179183

minified/fts-v0.4.3-min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)