@mondomob/generator-gae-node-nestjs

2.3.1 • Public • Published

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

Package Sidebar

Install

npm i @mondomob/generator-gae-node-nestjs

Weekly Downloads

185

Version

2.3.1

License

MIT

Unpacked Size

239 kB

Total Files

140

Last publish

Collaborators

  • rhysdavies1994
  • pjrichmond
  • mlevett
  • mattbyrne
  • robfyfe
  • gmolnar
  • adrianmawer
  • mschregardus