a-tree
Github review helper (Code browsing & Pull requests reviewing)
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- extensions.json
- settings.json
- base.js
- extension.test.js
- preview1.png
- preview2.png
- preview3.png
- preview4.png
- context-menu-enable-guide.jpg
- f-code.jpg
- f-context-menu.jpg
- f-file-search.jpg
- f-pull-menu.jpg
- about-icon.md
- mockoon.json
- 20126676
- 20126676(1)
- 20126676(2)
- 20126676(3)
- 26006239
- 68747470733a2f2f692e696d6775722e636f6d2f54314e714434752e706e67
- behaviors-a244d3d9ea6bade33516a19208f7aad3.css
- frameworks-f153a1c85123a050fa7485f8eb13f331.css
- github-3d9ca108aaa0bc51bade96259cb1e33d.css
- index.html
- 86218541
- behaviors-487c25f1f9cba5aa0ea0a4fe5cd705af.css
- dark-296669110e982427b59cff62e3e550c0.css
- dark_dimmed-eecca0c33f1b25e0b8c85662c7c5e6ab.css
- frameworks-487c22e570e952641f798df39ac6dcf5.css
- github-a6fff4e610f197f9179e0f2ade761813.css
- light-83dd85a7ce7efef3332487e09e928562.css
- index.html
- 20126676
- 20126676(1)
- behaviors-a244d3d9ea6bade33516a19208f7aad3.css
- frameworks-f153a1c85123a050fa7485f8eb13f331.css
- github-3d9ca108aaa0bc51bade96259cb1e33d.css
- index.html
- icon128.png
- icon192.png
- index-blank.html
- fileIcons.js
- jqueryPjax.js
- manifest.js
- index.js
- index.js
- style.js
- index.js
- index.js
- reducer.js
- style.js
- index.js
- Created.js
- Creating.js
- index.js
- Setting.js
- index.js
- style.js
- index.js
- placeholder.js
- index.js
- index.js
- ResizableWrapper.js
- style.js
- index.js
- Loading.js
- style.js
- CopyIcon.js
- index.js
- style.js
- style.js
- index.js
- BlockTitle.js
- FileIconRadios.js
- Hotkeys.js
- index.js
- OptionBoxes.js
- TokenField.js
- TreeIndentField.js
- VisibilityCheckBoxes.js
- GithubIcon.js
- index.js
- index.js
- index.js
- Mask.js
- reducer.js
- StepBox.js
- GithubLink.js
- Modal.js
- constants.js
- Diff.js
- index.js
- index.js
- Placeholder.js
- style.js
- index.js
- LargeTree.js
- background.js
- base.js
- github.js
- tokenPage.js
- useGithubQueries.js
- useGithubQuery.js
- useViewedFiles.js
- useGetFloatingButtonProps.js
- useMenuPosition.js
- useListenLocation.js
- useListenTitle.js
- usePageInfo.js
- useLinkPullFile.js
- useRefetchPull.js
- useSwitchCommit.js
- useGetNodeHref.js
- useQueryLargeTree.js
- useQueryTree.js
- useTreeItemClick.js
- useArray.js
- useClickOutside.js
- useEllipsis.js
- useLockBodyScroll.js
- useMousePosition.js
- usePrevious.js
- useSwitch.js
- useUpdateEffect.js
- useWindowSize.js
- contextMenu.js
- popper.js
- pull.js
- setting.js
- tree.js
- Provider.js
- index.js
- api.js
- chrome.js
- contextMenuListener.js
- dom.js
- fileSearch.js
- github.js
- graphql.js
- index.js
- link.js
- multiCommits.js
- pjax.js
- pullPage.js
- scroll.js
- setting.js
- style.js
- tokenGuide.js
- tree.js
- App.js
- background.js
- GlobalStyle.js
- index.js
- Main.js
- setupTests.js
- webpack.common.js
- webpack.local.js
- .babelrc
- .eslintignore
- .eslintrc.js
- .gitattributes
- .gitignore
- .prettierrc
- jest-puppeteer.config.js
- jest.config.js
- jsconfig.json
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/shinenic/a-tree
Downloads the entire project code from GitHub to your computer.
cd a-tree
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g @mockoon/cli
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g @mockoon/cli
Installs the package published on the npm registry globally β no need to clone the source.
yarn mockoon:start
Type this command into your terminal and run it.
yarn mockoon:stop
Type this command into your terminal and run it.
yarn dev:local
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
