
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Bash is both a great and a mad tool.
Calabash calls Bash commands from CoffeeScript. And make it easier to be used in small tasks.
You may install this from NPM:
sudo npm install -g calabash
And use it togather with node-dev
to run commands at background:
require("calabash").do "first parameter as comment",
"pkill -f doodle"
"coffee -o lib/ -wbc coffee/"
"jade -o build/ -wP layout/"
"style -o build/ -w layout/"
"node-dev server.coffee"
"doodle build/"
Or just run in an Array:
require('../coffee').run [
'echo 1'
'echo 2'
]
With v0.1.0
new syntax is availale to add tasks in dev.coffee
:
bash = require 'calabash'
bash.add 'task lily',
'echo lily'
bash.add 'task ted',
'echo ted'
bash.go()
and trigger a special task with coffee dev.coffee lily
.
It would be better to use it with node-dev
to enable reloading.
MIT
FAQs
Calabash offsers a shortcut for bash command-lines
The npm package calabash receives a total of 2 weekly downloads. As such, calabash popularity was classified as not popular.
We found that calabash 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.