aboutsummaryrefslogtreecommitdiff
path: root/nimble_hook_test.nimble
blob: fd4168f83f82f1d3088006533dfc10b960144b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Package

version       = "0.1.0"
author        = "Oskari Timperi"
description   = "testing out nimble hooks"
license       = "MIT"

# Dependencies

requires "nim >= 0.17.2"

after install:
    echo("AFTER INSTALL")

echo("hello!")