foy icon indicating copy to clipboard operation
foy copied to clipboard

A simple, light-weight, type-friendly and modern task runner for general purpose.

Results 4 foy issues
Sort by recently updated
recently updated
newest added

```sh npx foy Usage: $ cli.js [options] ^-------------- should be foy ```

should we support follow syntax? ```js task('foo', 'bar') ``` Now should write to: ```js task('foo', ['bar']) ``` and throw: ```sh dependencies.map is not a function ```

Hi, I'm trying to use this library, but I'm having trouble with it. even with the basic example that Foy init gives, it does not work at all, which is...