Skip to content

nolte/vale-style

Repository files navigation

Vale style

GitHub Project Stars GitHub Issue Tracking GitHub LatestRelease .github/workflows/build-static-tests.yaml .github/workflows/release-cd-deliver-docs.yml


Vale Package, for share spelling style and vocabularies between different Projects.

Sharing a release archive with a structure like:

.
└── nolte-style
    ├── styles
    │   ├── config
    │   │   └── vocabularies
    │   │       └── technical
    │   │           └── accept.txt
    │   └── nolte-style
    │       └── .keep
    └── .vale.ini

6 directories, 3 files

Usage

Add the Latest release as Package Dependency

...

Packages =  https://github.com/nolte/vale-style/releases/download/v0.1.3/nolte-styles.zip


Vocab = "technical"

[*.md]
BasedOnStyles =  Vale

(latest release are GitHub LatestRelease )

vale sync
vale .

Develop

mkdir -p ./build/nolte-style
cp -R src/* ./build/nolte-style/
cd ./build/
zip -r nolte-style.zip nolte-style
rm -rf ./build