Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mondo-mob/generator-gae-node-nestjs
Yo generator for nestjs, node, typescript on Google App Engine
https://github.com/mondo-mob/generator-gae-node-nestjs
Last synced: about 2 months ago
JSON representation
Yo generator for nestjs, node, typescript on Google App Engine
- Host: GitHub
- URL: https://github.com/mondo-mob/generator-gae-node-nestjs
- Owner: mondo-mob
- License: other
- Created: 2020-04-06T01:37:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:37:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T10:45:16.551Z (2 months ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-gae-node-nestjs [![NPM version][npm-image]][npm-url]
> A generator for building nestjs apps on app engine node## Installation
First, install [Yeoman](http://yeoman.io) and `@mondomob/generator-gae-node-nestjs` using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g @mondomob/generator-gae-node-nestjs
```Then generate your new project:
```bash
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 easilyUsage 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](./CHANGELOG.md)
## License
Apache-2.0 © [Glenn Molnar]()
[npm-image]: https://badge.fury.io/js/@mondomob/generator-gae-node-nestjs.svg
[npm-url]: https://npmjs.org/package/@mondomob/generator-gae-node-nestjs