2.3.1 • Published 3 years ago

@mondomob/generator-gae-node-nestjs v2.3.1

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

generator-gae-node-nestjs NPM version

A generator for building nestjs apps on app engine node

Installation

First, install Yeoman and @mondomob/generator-gae-node-nestjs using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @mondomob/generator-gae-node-nestjs

Then generate your new project:

yo @mondomob/gae-node-nestjs

Testing

Use npm link or whatever you prefer to locally keep up-to-date with the latest.

Once you've done that it's best to make all changes to a concrete project and then copy them back into this generator in order to utilise your IDE and test the app first. There is a script that helps with this and does the following:

  • Given a working directory for your target project ...
  • Recursively delete the dir, and re-create it
  • Change into that dir and run the yo generator
  • Initialise a local git rep and commit all files so that you can track changes more easily

Usage for non-windows: ./etc/test-generate.sh /some/path/to/any-test-dir (dir does not need to exist

Be careful ... it recursively deletes from that point ... if you call it with a bad dir it's on you :).

Releases

See the changelog

License

Apache-2.0 © Glenn Molnar

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.4

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.3

3 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.8.3

4 years ago