0.0.8 • Published 4 years ago
devcmd-cli v0.0.8
devcmd-cli
Development Commands in Node.js and TypeScript -- Global Launcher Tool
What is DevCmd?
- Automation: Improve your development life, speed up recurring tasks, and reduce errors by automating your development tasks like building, running tests, or bumping versions.
- Library: DevCmd gives you the tools to make automation simpler, such as easily running external programs (in series or in parallel) or composing smaller commands into more powerful ones.
- Launcher: With the included
devcmdlauncher, you can easily start your commands withyarn devcmdornpx devcmd. Additionally, you can globally installdevcmd-clito use the launcher directly and from anywhere. - TypeScript & JavaScript: Benefit from the power of the npm ecosystem. Use the safety and abstraction of TypeScript where it helps you. Drop to plain JavaScript when you want to.
For more info, see the devcmd package and the project page.
Installation
devcmd-cli is a command line utility to launch your dev commands that is intended to be installed globally:
$ yarn global add devcmd-cli
# - or -
$ npm install --global devcmd-cliOnce installed, running devcmd looks for the closest "dev_cmds" directory and starts command you entered with the locally installed devcmd package there. This way, you don't have to synchronize the versions of DevCmd you are using in different projects, and you can use the global launcher with a wide range of devcmd versions.