1.0.8 • Published 3 years ago

clap-generate v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Clap Generator

Clap Generator is a simple boilareplate generator, that will generate the Nodejs server files & vuejs client files.

Installation

npm i -g clap-generate

Create a new Project

After Installing the package globally run: generate from the wanted directroy

Creating a new Model

Clap generator can Create a new Model for server & client, the model can include: server route, Mongoose model, server routes with all basic crud operations, server controllers, services. In client it will create a new route in Vue router, a new Module for Vuex with all basic crud operations.

Create a new model

in the App root directory run:

npm run crud

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago