aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-12 09:05:47 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-12 09:05:47 +0100
commit03644f36d099cc33477c791e32b2b3817303b744 (patch)
tree9eaf5aebad3adab1c86c2219b665ee74a3980594 /README.org
Initial commit
Create readme, license, and main souce file.
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..786edc3
--- /dev/null
+++ b/README.org
@@ -0,0 +1,15 @@
+#+title: create-license
+
+This package aims at providing a convenient way of creating a license file for
+your projects. It stores common known licenses in a specific directory on your
+machine and allows you to quickly put them in your projects.
+
+* Usage
+
+To interactively pull a stored license in the current directory, run
+=M-x create-license=.
+
+* Installation
+
+This packages in not available in any common repository yet. You have to get it
+at https://tristanriehs.fr/git/create-license.git.