{"id":21571053,"url":"https://github.com/alljointtw/alljointtool","last_synced_at":"2026-03-05T07:32:30.119Z","repository":{"id":39005651,"uuid":"240724662","full_name":"AllJointTW/AllJointTool","owner":"AllJointTW","description":"The Next Generation AllJointJS","archived":false,"fork":false,"pushed_at":"2024-03-20T06:58:51.000Z","size":9043,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T18:52:07.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AllJointTW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2020-02-15T14:16:24.000Z","updated_at":"2022-01-03T10:27:18.000Z","dependencies_parsed_at":"2023-10-16T18:17:39.812Z","dependency_job_id":"9439ef23-8557-445a-9ff6-0f2650ad3d7f","html_url":"https://github.com/AllJointTW/AllJointTool","commit_stats":{"total_commits":176,"total_committers":3,"mean_commits":"58.666666666666664","dds":"0.46590909090909094","last_synced_commit":"32e27340e54a5c6ec6709f5b09dc2e3295483f0a"},"previous_names":["alljointtw/alljointnext"],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllJointTW%2FAllJointTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllJointTW%2FAllJointTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllJointTW%2FAllJointTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllJointTW%2FAllJointTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllJointTW","download_url":"https://codeload.github.com/AllJointTW/AllJointTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233935,"owners_count":21069493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T11:14:45.615Z","updated_at":"2026-03-05T07:32:30.065Z","avatar_url":"https://github.com/AllJointTW.png","language":"JavaScript","readme":"# AllJointTool\n\n\u003e The Tool Sets Be Used For AllJointNext\n\n## Document\n\n- [ESlintConfig](https://github.com/AllJointTW/AllJointTool/tree/master/packages/ESLintConfig): The ESLint Config Used For AllJointNext\n- [ESlintConfigLite](https://github.com/AllJointTW/AllJointTool/tree/master/packages/ESLintConfigLite): The ESLint Config Used For AllJointNext (without Jest)\n- [ESLintConfigTypeScript](https://github.com/AllJointTW/AllJointTool/tree/master/packages/ESLintConfigTypeScript) The ESLint Config Be Used For AllJointNext\n- [ESLintConfigVue](https://github.com/AllJointTW/AllJointTool/tree/master/packages/ESLintConfigVue) The ESLint Config Vue 2 Be Used For AllJointNext\n- [ESLintConfigVue3](https://github.com/AllJointTW/AllJointTool/tree/master/packages/ESLintConfigVue3) The ESLint Config Vue 3 Be Used For AllJointNext\n- [TSConfig](https://github.com/AllJointTW/AllJointTool/tree/master/packages/TSConfig) The TS Config Be Used For AllJointNext\n- [SelfHostedNgrok](https://github.com/AllJointTW/AllJointTool/tree/master/packages/SelfHostedNgrok) The Self Hosted Ngrok Be Used For AllJointNext\n\n## Contributing Guide\n\n### Pull Request Guidelines\n\n- Must Follow the [GitHub Flow](https://guides.github.com/introduction/flow/).\n\n- Checkout a topic branch from a base branch, e.g. master, and merge back against that branch.\n\n- If adding a new feature:\n\n  - Add accompanying test case. Provide a convincing reason to add this feature. Ideally, you should open a suggestion issue first and have it approved before working on it.\n\n- If fixing bug:\n\n  - If you are resolving a special issue, add (fix #xxxx[,#xxxx]) (#xxxx is the issue id) in your PR title for a better release log, e.g. update entities encoding/decoding (fix #3899).\n  - Provide a detailed description of the bug in the PR. Live demo preferred.\n  - Add appropriate test coverage if applicable. You can check the coverage of your code addition by running yarn test --coverage.\n\n- It's OK to have multiple small commits as you work on the PR - GitHub can automatically squash them before merging.\n\n- Make sure tests pass!\n\n- Commit messages must follow the [commit message convention](https://www.conventionalcommits.org/en/v1.0.0/) so that changelogs can be automatically generated. Commit messages are automatically validated before commit (by invoking Git Hooks via husky).\n\n- No need to worry about code style as long as you have installed the dev dependencies - modified files are automatically formatted with ESLint and Prettier on commit (by invoking Git Hooks via husky).\n\n- Beware of the git GUI, make sure the husky working fine before you commit.\n  - Sourcetree app on macOS, must open via command line.\n  ```sh\n  open /Applications/Sourcetree.app\n  # or\n  stree folder-name\n  ```\n\n### Prior Knowledge\n\n- lerna (monorepo)\n\n  - https://github.com/lerna/lerna/blob/master/README.md\n  - https://zhuanlan.zhihu.com/p/71385053\n\n- yarn workspace\n\n  - https://classic.yarnpkg.com/en/docs/workspaces\n  - https://classic.yarnpkg.com/en/docs/cli/workspace\n  - https://classic.yarnpkg.com/blog/2018/02/15/nohoist\n\n### Common Scripts\n\n**project**\n\n```sh\n# create the new project\nyarn lerna create project-name\n```\n\n**package**\n\n```sh\n# install all packages\nyarn install\n\n# add the package in whole workspace (root)\nyarn add package-name --ignore-workspace-root-check # alternative yarn add package-name -W\n\n# add the package in special workspace\nyarn workspace workspace-name add package-name\n```\n\n**format**\n\n```sh\nyarn format\n```\n\n**lint**\n\n```sh\nyarn lint # --fix\n```\n\n**release**\n\n```sh\n# tag a version\nyarn lerna version --message \"chore(release): publish\" --create-release github\n\n# publish\nyarn lerna publish from-package\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falljointtw%2Falljointtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falljointtw%2Falljointtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falljointtw%2Falljointtool/lists"}