First commit
This commit is contained in:
parent
238479e72e
commit
ced498821e
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020 Author
|
||||
Copyright (c) 2020 Andre von Houck and Ryan Oldenburg
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
version = "0.0.0"
|
||||
author = "Your name"
|
||||
description = "Description of your library"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
|
||||
requires "nim >= 1.2.2"
|
|
@ -1,3 +0,0 @@
|
|||
## Public interface to you library.
|
||||
|
||||
import nimtemplate/common
|
|
@ -1 +0,0 @@
|
|||
## Add private variables or functions here that you don't want to export.
|
|
@ -1,3 +1,3 @@
|
|||
## Put your tests here.
|
||||
|
||||
import nimtemplate
|
||||
import pixie
|
||||
|
|
Loading…
Reference in a new issue