foy
foy copied to clipboard
A simple, light-weight, type-friendly and modern task runner for general purpose.
- feature request #9 - fix #11
```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...