woldev_cli
v1.1.0
Published
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Downloads
32
Maintainers
Readme
Woldev CLI
Woldev CLI is a command-line tool for quickly bootstraping projects and generating project components in a predefined Express Three-layered structure and pre-defined dependencies.
Three-Layered Architecture

Installation
Install the Woldev CLI globally using npm:
npm install -g woldev_cli
This project is meant to work on
node >= 16versions*.
Usage
Once installed, you can use the command woldev on your terminal.

Creating a New App
To create a new app project, use the create command:
woldev create <appName> [path]
Creating a New Component
To create a new component, use the comp command:
woldev comp <compName> [path]
Visuals
This is how a woldev bootstraped project looks like:

License
This project is licensed under the MIT License - see the LICENSE file for details.
