new-app-template
v3.3.411
Published
New application schema
Downloads
1,629
Maintainers
Readme
new-app
New application schema with:
- Cucumber tests
- Integration tests
- Unit tests
- Mutation testing
- Ports and adapters templates
- Github actions for CI
- Component tests using docker containers
Getting started
- Rename the product name on package.json
- Set the repository, bugs and homepage urls
- Set the keywords, description and author
- Set the dockerHubUsername property if you want to automatically publish your docker images
- Set repository secrets in GitHub: 4.1 One named NPM_TOKEN with an automation token to publish the package to NPM 4.2 One named DOCKERHUB_TOKEN with a token from DockerHub to publish the images
Run all tests
npm test