taskr icon indicating copy to clipboard operation
taskr copied to clipboard

A fast, concurrency-focused task automation tool.

Results 16 taskr issues
Sort by recently updated
recently updated
newest added

Why?: The Code will report a strange Syntax Error, but it will run normally after removing `const WORK_SPACE = process.cwd();` Code: ``` const WORK_SPACE = process.cwd(); export async function test(task){...

**What's the problem this PR addresses?** `taskr` makes assumptions about the `node_modules` layout and tries to require files directly from it instead of using `createRequire`, `taskr` also has an optional...

With `beta`, I bumped up minimum Node support to `4.6` because it was an LTS release. However, now active `4.6 LTS` is [ending in April](https://github.com/nodejs/LTS#lts-schedule). And since beta development took...

future

Signed-off-by: Hiroaki Nakamura [clorox - npm](https://www.npmjs.com/package/clorox/v/1.0.0) says "Clorox is now Turbocolor!! - Please upgrade

I have a taskfile that has a portion like this: ```js module.exports.copyProcs = async function copyProcs(task) { await task.source('procs/**/*.js').target('dist/procs') await task.source('procs/**/.*').target('dist/procs') } module.exports.copyConf = async function copyConf(task) { await task.source('conf/**/.*').target('dist/conf')...

Hi, thanks for this project. I was wondering if there is a way to use the options for the typescript compiler coming from the tsconfig.json.

plugin

``` npm WARN deprecated [email protected]: Clor is now Clorox. Please upgrade: 'npm i clorox'. ```

This was an early decision choice which I felt would help reduce boilerplate, and it does. On the other hand, it's magic. EDIT: Grammar. ```js module.exports = { *lint(fly) {...

maybe
future

`standalone` option only works when it will be passed at [Browserify constructor](https://github.com/lukeed/taskr/blob/master/packages/browserify/index.js#L28) not add(). I'm not sure it's a bug of browerify.

plugin