1.6.0 โ€ข Published 1 year ago

@odg/test v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stargazers Made by ODGodinho Forks Repository size GitHub last commit License

Table of Contents


๐ŸŽ‡ Benefits

  • ๐Ÿš€ Speed start new project or package using typescript
  • ๐Ÿšจ Over 300 rules for pattern, possible errors and errors in Linter
  • ๐ŸŽ‡ Code quality guaranteed
  • ๐Ÿ“ข AutoReview when opening a pull-request/merge AutoReview Comment example
  • ๐Ÿงช Automatic Test when opening pull-request/merge

๐Ÿ“— Libraries

๐Ÿ“ Dependencies

โฉ Get Started


๐Ÿ”˜ Use Template

Click in use this template button and clone your template project

Use Template

๐Ÿ”‘ Configure Github Token

๐Ÿ™ˆ Create Github Token

Before create new GITHUB_TOKEN in

๐Ÿ” Create project Environment

  • On GitHub.com, navigate to the main page of the repository.
  • Under your repository name, click โš™๏ธ Settings. Github Setting images example
  • In the "Security" section of the sidebar, select โœณ๏ธ Secrets, then click Actions.
  • Click New repository secret.
  • Type a name with: GH_TOKEN
  • Enter with your access secret token ghp_Dsfde....
  • Click Add secret.

๐Ÿ’ป Prepare To Develop

Copy .env.example to .env and add the values according to your needs.

๐Ÿ“ Start Project

First install dependencies with the following command

yarn install
# or
npm install

๐Ÿ“จ Build and Run

To build the project, you can use the following command

if you change files, you need to run yarn build and yarn start again

yarn build && yarn start
# or
yarn dev

๐Ÿงช Teste Code

To Test execute this command

yarn test
# or
yarn test:watch