1.0.10 • Published 9 months ago

@specfy/sync v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Sync

Main codecov

Automatically analyze stack and deploy documentation to Specfy, on every push to main.

Usage

# Installation (optional)
npm install -g @specfy/sync

# Create required .specfyrc.json
npx specfy-sync init

# Manual upload
npx specfy-sync run [--dry-run] [--help] [...]

Github Action

name: Main
on:
  push:
    branches: [ main ]

jobs:
  ci:
    steps:
      - name: Upload to Specfy
        uses: specfy/sync@1
        with:
          token: ${{ secrets.SPECFY_TOKEN }}

How it works?

Documentation

The process is very straight forward. It takes all .md files it can find in the specified folder and upload them to the Specfy's backend. Some files and folders are excluded from auto discovery, if you have trouble with missing files, please open an issue.

Stack

Stack is analysed using @specfy/stack-analyser. The raw output is processed on Specfy's backend.

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.10

9 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.1

11 months ago