Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed May 10, 2024
1 parent 2d17943 commit 114f36a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ For APIs and apps, it will create a Dockerfile. Please, remember to update:
- The github actions to include the new service (`.github/workflows/ci.yml`)

For more info, see:
- [NX Generators](https://nx.dev/packages/node/generators/application).
- [Docker Generators](https://nx.dev/packages/docker/generators/docker).
- [@nx/node:application](https://nx.dev/packages/node/generators/application): Generator for Applications
- [@nx/node:application (Fastify)](https://nx.dev/showcase/example-repos/add-fastify): Generator for API Applications using Fastify
- [@nx/node:setup-docker](https://nx.dev/nx-api/node/generators/library): Generator for NodeJS Libraries
- [@nx/node:setup-docker](https://nx.dev/nx-api/node/generators/setup-docker): Docker Generator


# Build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"telegram": "nx run telegram:serve",
"serve": "nx serve",
"build": "nx run-many --all --target=build",
"new:fastify": "nx g app --framework=fastify --docker --directory=apps",
"new:node": "nx generate @nx/node:app --directory=apps --docker",
"new:fastify": "nx generate @nx/node:application --framework=fastify --docker --directory=apps",
"new:node": "nx generate @nx/node:application --directory=apps --docker",
"new:lib": "nx g @nx/node:library --directory=libs",
"docker-build:affected": "nx affected -t docker-build --prod --parallel --maxParallel=3 --skip-nx-cache --skip-nx-cache",
"compose:up": "yarn run docker-build:affected && docker-compose up"
Expand Down

0 comments on commit 114f36a

Please # to comment.