Skip to content

Commit

Permalink
ci: add table of contents generation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Mar 15, 2024
1 parent 35929c8 commit f17f2b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
env:
CI: true
- uses: technote-space/toc-generator@v4
with:
FOLDING: 'true'

- uses: TriPSs/conventional-changelog-action@v5
id: changelog
with:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![test](https://github.com/DinosauriaLab/npm-env-setup/actions/workflows/test.yml/badge.svg)](https://github.com/DinosauriaLab/npm-env-setup/actions/workflows/test.yml)
[![GitHub Release](https://img.shields.io/github/v/release/DinosauriaLab/npm-env-setup)](https://github.com/DinosauriaLab/npm-env-setup/releases/latest)

<!-- START doctoc -->
<!-- END doctoc -->

This project offers a streamlined solution for setting up a brand new computer using just a command line interface (CLI). With an interactive CLI approach, it automates the installation and configuration of your computer, allowing you to customize the software and settings you need swiftly and efficiently. This tool is designed to get you up and running on your new machine without the hassle, covering everything from essential software installations to environment setups.

## Usage
Expand Down

0 comments on commit f17f2b2

Please sign in to comment.