Skip to content

How to structure the archive for a Vale package with scripts and dictionaries #925

Answered by jdkato
jdbaldry asked this question in Q&A
Discussion options

You must be logged in to vote

In +v3.0, all non-style resources are store under <StylesPath>/config:

$ tree -a MyPackage
MyPackage
├── .vale.ini
└── styles
    ├── MyStyle
    │   └── MyRule.yml
    └── config
        ├── dictionaries
        │   └── MyDic.dic
        ├── scripts
        │   └── MyScript.tengo
        └── vocabularies
            └── MyVocab
                ├── accept.txt
                └── reject.txt

I will add an example to the docs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jdbaldry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants