
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A simple CLI for running commands concurrently.
Made for laravel but works with everything.
yarn global add keshi-cli
npm install keshi-cli --global
For starting everything you just need to run the command keshi
.
Keshi will then searches for a keshi.default.js
with tasks, if it doesn't exist, the default built in commands will be used.
keshi
- Just starts all tasks concurrently
keshi -p <name>
- Start all tasks from the preset
keshi init
- Create default config file
keshi create
- Create a new preset
keshi list
- List available presets
keshi delete <name>
- Delete a preset
keshi --help
- Overview of all commands with options
keshi --version
- See version
The default looks like this if you generate it with keshi init
.
module.exports = {
preset: '',
tasks: {
laravel: 'php artisan serve',
vue: 'yarn dev',
},
};
You can set preset to a name of one of your presets.
Your presets are saved in your user home in .keshirc
or .keshirc.json
.
Premade presets for certain development environments.
You can find a premade presets for laravel development here.
I originally developed this tool for this purpose, so that I don't have to open multiple terminals each time when programming Laravel apps with VueJS.
If you discover any security related issues, please email mail@emmanuel-lampe.de instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
FAQs
A simple CLI for running commands concurrently
The npm package keshi-cli receives a total of 4 weekly downloads. As such, keshi-cli popularity was classified as not popular.
We found that keshi-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.