globalTemplate top-level constant

String const globalTemplate

Execute from global command

dart pub global activate hooklint

Implementation

const globalTemplate = '''
#!/bin/bash

hooklint run
''';