This website requires JavaScript.
Explore
Help
Sign In
ian
/
running-tasks
Watch
1
Star
0
Fork
You've already forked running-tasks
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
eabdde6316
running-tasks
/
examples
/
full_spec
/
task_engine
/
pnpm
/
package.json
6 lines
87 B
JSON
Raw
Normal View
History
Unescape
Escape
Added npm, yarn, pnpm and composer task_engines. Added configTask parsers for the newly added task_engines. Added examples for the new task_engines.
2024-04-04 13:03:11 +00:00
{
Added licence field to the example package.json.
2024-04-05 10:06:23 +00:00
"license"
:
"UNLICENSED"
,
Added npm, yarn, pnpm and composer task_engines. Added configTask parsers for the newly added task_engines. Added examples for the new task_engines.
2024-04-04 13:03:11 +00:00
"scripts"
:
{
"dev"
:
"echo \"Hello from pnpm\""
}
}