woldev_cli

1.1.0 • Public • Published

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.

Package Sidebar

Install

npm i woldev_cli

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

61.6 kB

Total Files

47

Last publish

Collaborators

  • delalyra