1.1.0 • Published 1 year ago

woldev_cli v1.1.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

Woldev CLI

image info

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

image info

Installation

Install the Woldev CLI globally using npm:

npm  install  -g  woldev_cli

This project is meant to work on node >= 16 versions*.

Usage

Once installed, you can use the command woldev on your terminal.

image info

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:

image info

License

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

1.0.2

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago