Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Deno task #119

Open
3 tasks done
jellydn opened this issue Dec 12, 2022 · 0 comments
Open
3 tasks done

Support Deno task #119

jellydn opened this issue Dec 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jellydn
Copy link

jellydn commented Dec 12, 2022

Clear and concise description of the problem

What

Support Deno task

Why

Deno support tasks on deno.json which is similar with "scripts" on package.json. More detail on https://deno.land/manual@v1.28.3/tools/task_runner

For example:

{
"tasks": {
"data": "deno task collect && deno task analyze",
"collect": "deno run --allow-read=. --allow-write=. scripts/collect.js",
"analyze": "deno run --allow-read=. scripts/analyze.js"
}
}

Suggested solution

How

We could detect that's running inside Deno project if has deno.json

Alternative

No response

Additional context

No response

Validations

@jellydn jellydn added the enhancement New feature or request label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant