-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
49 lines (47 loc) · 1.26 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
output: text
check:
dirs:
- .git
files:
# TODO: .travis.yml?
# TODO: README symlink?
- file: .gitignore
- file: AUTHORS
- file: CHANGES.rst
markup: rst
- file: CHANGELOG.md
markup: md
builder: Pub
- file: CHANGES.md
markup: md
builder: "!Pub"
- file: CREDITS.rst
markup: rst
- file: CREDITS.md
markup: md
- file: Makefile
- file: README.rst
markup: rst
- file: README.md
markup: md
- file: TODO.rst
markup: rst
- file: TODO.md
markup: md
- file: UNLICENSE
- file: VERSION
templates:
c: https://github.com/dryc/c-template
cpp: https://github.com/drycpp/cpp-template
dart: https://github.com/drydart/dart-template
elixir: https://github.com/dryex/elixir-template
go: https://github.com/drygopher/go-template
lisp: https://github.com/drylisp/lisp-template
lua: https://github.com/drylua/lua-template
ocaml: https://github.com/drycaml/ocaml-template
php: https://github.com/dryphp/php-template
python: https://github.com/drypy/python-template
ruby: https://github.com/dryruby/ruby-template
rust: https://github.com/dryrust/rust-template
swift: https://github.com/dryswift/swift-template
zig: https://github.com/dryzig/zig-template