Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 358 Bytes

Readme.md

File metadata and controls

26 lines (16 loc) · 358 Bytes

Nest Crud Generator

Nest Crud Generator is a cpp Program to generate nest modules

Run the following command:

1- Updating system packages

    sudo apt-get update

2- Install mingw c++ compiler

    sudo apt-get -y install mingw-w64

3- Generate Exe file and copy it in your project directory:

    make
    cp /src /dest