dx-tools
v0.0.12
Published
A CLI to help with general DX
Maintainers
Readme
DX Tools
https://www.npmjs.com/package/dx-tools
A CLI of useful tools to improve developer experience.

Installation
To install this CLI globally run
npm install dx-tools --globalCommands
execute-recursive
dx-tools execute-recursive <folder> <command>Executes a command for all npm projects within a folder.
| Parameter | Default | Description |
|---------------|--------------|------------------------------------------------|
| command | required | The command to run, for instance npm install |
| folder | '.' | The folder in which to find npm projects |
Contributing
Development
This project can be tested locally by cloning this repo and then running:
npm install
npm linkThis will tell your machine to use the code on your machine for subsequent calls to dx-tools.
Publishing
This project will automatically publish on merge to master branch. Should there be an issue with that it can be published with:
npm publishRoadmap
- have some form of help section
