sodero
v0.0.5
Published
`sodero` is a command-line tool that allows you to execute scripts with specified arguments using `npx`. This tool is designed to streamline your development workflow by providing a simple interface for generating files or executing tasks.
Downloads
2
Readme
sodero
sodero is a command-line tool that allows you to execute scripts with specified arguments using npx. This tool is designed to streamline your development workflow by providing a simple interface for generating files or executing tasks.
Installation
You can install sodero globally or use it directly with npx without installation.
Using npx
To use the tool without installation, run:
npx sodero <command> <args>Commands
generate
The generate command allows you to create files based on the provided input and output paths.
Usage
npx sodero generate <input> <output><input>: The path to the input file or directory.<output>: The path where the output should be generated.
Contributing
If you would like to contribute to sodero, please fork the repository and submit a pull request. We welcome contributions that improve the functionality and usability of the tool.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
