1.1.9 • Published 4 years ago
@devonfw/cobigen-nestserver-macos v1.1.9
Description
Nest server to be used for CobiGen, in order to parse and merge TypeScript files.
Master branch needs to be executed using an .exe file, passing as argument the port to be used.
Installation
$ yarn installRunning the app
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prodTest
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:covCreate executable
$ yarn build
$ yarn pkg --targets latest-macos-x64 --output nestserver-macos-1.0.8 dist/main.jsLicense
Nest is MIT licensed.