UNPKG

@euglena/cli

Version:

Command Line Interface to create and manage euglena projects as simple as possible

31 lines 647 B
{ "version": "2.0.0", "command": "npm", "tasks": [ { "label": "build", "type": "shell", "args": [ "run", "build" ], "problemMatcher": [], "group": { "_id": "build", "isDefault": false } }, { "label": "test", "type": "shell", "args": [ "test" ], "problemMatcher": [], "group": { "_id": "test", "isDefault": false } } ] }