dgtl-raph
v1.0.3
Published
A CLI (Command Line Interface) tool for application template generation that allows developers to quickly create project structures based on predefined templates, all from the command line.
Downloads
6
Maintainers
Readme
dgtl-raph
A CLI (Command Line Interface) tool for application template generation that allows developers to quickly create project structures based on predefined templates, all from the command line. Users provide input such as the type of project they want to create, any options or configurations, and the tool generates the necessary files and directories accordingly. This streamlines the setup process for new projects, ensuring consistency and saving time by automating repetitive tasks.
Installation
Use the package manager npm to install dgtl-raph.
npm install -g dgtl-raph
Usage
raph init
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.