repo-review
Framework that can run checks on repos
File Explorer
Download Latest Version (.zip)- devcontainer.json
- new-issue.md
- cd.yml
- ci.yml
- copilot-setup-steps.yml
- deploy-pages.yml
- CONTRIBUTING.md
- dependabot.yml
- release.yml
- zizmor.yml
- repo_review.resources.rst
- repo_review.rst
- .nojekyll
- changelog.md
- checks.md
- cli.md
- conf.py
- families.md
- files.md
- fixtures.md
- index.md
- intro.md
- live-demo.md
- plugins.md
- programmatic.md
- webapp.md
- Heading.tsx
- IfUrlLink.test.tsx
- IfUrlLink.tsx
- MyThemeProvider.tsx
- Results.tsx
- github.test.ts
- github.ts
- injectFonts.ts
- pyodideClient.ts
- pyodideWorker.ts
- url.test.ts
- url.ts
- anywidget.tsx
- index.html
- main.tsx
- repo-review-app.test.tsx
- repo-review-app.tsx
- test-setup.ts
- __init__.py
- abc.py
- __init__.py
- __init__.py
- tomllib.py
- typing.py
- __init__.py
- repo-review.schema.json
- __init__.py
- __main__.py
- _timer.py
- checks.py
- families.py
- files.py
- fixtures.py
- ghpath.py
- html.py
- processor.py
- py.typed
- schema.py
- testing.py
- pyproject.py
- pyproject.toml
- conftest.py
- test_async_ghpath.py
- test_checks.py
- test_cmd.py
- test_depends.py
- test_families.py
- test_fixtures.py
- test_ghpath.py
- test_multi.py
- test_package.py
- test_self.py
- .gitignore
- .pre-commit-config.yaml
- .pre-commit-hooks.yaml
- .readthedocs.yaml
- action.yml
- AGENTS.md
- bun.lock
- bunfig.toml
- eslint.config.mjs
- LICENSE
- package.json
- pyproject.toml
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/scientific-python/repo-review
Downloads the entire project code from GitHub to your computer.
cd repo-review
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
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.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
