
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Effortlessly build command line apps, with compile and run time type-safety by default
Effortlessly build command line apps, with compile and run time type-safety by default
Use: https://github.com/sindresorhus/latest-version
Runs in a separate thread to now slow down main functionality
See how changes to your CLI immediately updates the help section
Can be turned off with flag or environment variable
import { command, run } from 'cli-eleven'
const commands = [
command({
name: 'hello',
flag: {
world: { type: 'string' },
},
run({ world }) {
console.log(world)
},
}),
]
run(commands)
string
(runtimeValues) => void
Record<string, Flag>
flag: {
hello: {
type: 'string'
}
}
'string' | 'number' | 'boolean'
string | number | boolean
string
string
npm install cli-eleven
FAQs
Effortlessly build command line apps, with compile and run time type-safety by default
We found that cli-eleven demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.