Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/selfrefactor/niketa-vscode-extension

Request to run scripts defined in `package.json`
https://github.com/selfrefactor/niketa-vscode-extension

autorun cli coverage coverage-percentages electron jest vscode vscode-extension wallabyjs

Last synced: about 1 month ago
JSON representation

Request to run scripts defined in `package.json`

Awesome Lists containing this project

README

        

# Niketa tools

It expects this in `package.json`

```
"niketaScripts": {
"fileCommands": {
"**/*.js": "yarn lint:file"
},
"testCommands": {
"**/*.js": "yarn jest:file"
}
},
```

In this case, when pressing `ctrl+1`, it will run `yarn lint:file` with the current path as additional argument.

When pressing `alt+w`, it will run `yarn run:file` with the current path as additional argument.