toc-generator
GitHub Actions to generate TOC (Table of Contents)
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- add-release-tag.yml
- add-test-tag.yml
- check-warnings.yml
- ci.yml
- issue-opened.yml
- pr-opened.yml
- pr-updated.yml
- project-card-moved.yml
- sync-workflows.yml
- toc.yml
- update-dependencies.yml
- card-labeler.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- config.yml
- CONTRIBUTING.md
- FUNDING.yml
- labeler.yml
- no-response.yml
- pr-labeler.yml
- pull_request_template.md
- release-drafter.yml
- stale.yml
- workflow-details.json
- workflow-settings.json
- .gitignore
- commit-msg
- pre-commit
- README.horizontal.md
- README.not-folding.md
- README.create1.md
- README.create2.md
- README.horizontal1.md
- README.horizontal2.md
- README.params.md
- README.toc-me.md
- README.update.md
- README.update.options.md
- README.update.wrap.md
- README.create1.md
- README.create2.md
- README.horizontal.md
- README.not.update.md
- README.params.md
- README.skip.md
- README.toc-me.md
- README.update.md
- issues.comment.create.json
- pulls.get.json
- pulls.list.json
- pulls.update.json
- repos.get.json
- repos.git.blobs.json
- repos.git.commits.get.json
- repos.git.commits.json
- repos.git.refs.create.json
- repos.git.refs.update.json
- repos.git.trees.json
- test.md
- doctoc.test.ts
- doctoc.ts
- misc.test.ts
- misc.ts
- process.test.ts
- transform.ts
- constant.ts
- main.ts
- setup.ts
- .commitlintrc
- .editorconfig
- .eslintrc
- .gitignore
- .lintstagedrc
- .releasegarc
- _config.yml
- action.yml
- LICENSE
- package.json
- README.ja.md
- README.md
- rollup.config.mjs
- tsconfig.json
- vite.config.ts
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/technote-space/toc-generator
Downloads the entire project code from GitHub to your computer.
cd toc-generator
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.
// repository documentation
Was this content helpful?
(0 ratings)
