First commit

This commit is contained in:
treeform 2020-11-19 18:45:26 -08:00
parent 238479e72e
commit ced498821e
5 changed files with 2 additions and 14 deletions

View file

@ -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:

View file

@ -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"

View file

@ -1,3 +0,0 @@
## Public interface to you library.
import nimtemplate/common

View file

@ -1 +0,0 @@
## Add private variables or functions here that you don't want to export.

View file

@ -1,3 +1,3 @@
## Put your tests here.
import nimtemplate
import pixie