Your guide to getting the tests and services inside ./modules
working
Other examples:
https://github.com/componentjs/guide/blob/master/component/getting-started.md https://github.com/documentationjs/documentation/blob/master/docs/GETTING_STARTED.md
You will need a .env
file with a value for GITHUB_TOKEN
in the ./modules
directory. see ./modules/example.env
This token must have ALL repo permissions and must have READ access to org teams and projects.
Expand this dropdown to see an example.
- repo
- repo:status Access commit status
- repo_deployment Access deployment status
- public_repo Access public repositories
- repo:invite Access repository invitations
- security_events Read and write security events
- workflow
- write:packages
- delete:packages
- admin:org
- write:org
- read:org
- admin:public_key
https://docs.nestjs.com/first-steps
npm i -g @nestjs/cli