We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit b3c4edbCopy full SHA for b3c4edb
.gitignore
@@ -0,0 +1,16 @@
1
+blib/
2
+.build/
3
+_build/
4
+cover_db/
5
+inc/
6
+Build
7
+!Build/
8
+Build.bat
9
+.last_cover_stats
10
+Makefile
11
+Makefile.old
12
+MANIFEST.bak
13
+META.yml
14
+MYMETA.yml
15
+nytprof.out
16
+pm_to_blib
README.md
@@ -0,0 +1,4 @@
+kelp-module-template-toolkit
+============================
+
+Template module for Kelp
0 commit comments