Procházet zdrojové kódy

npm init, add README and LICENSE

Aneurin Barker Snook před 1 rokem
revize
39e3ad7700
3 změnil soubory, kde provedl 26 přidání a 0 odebrání
  1. 9 0
      LICENSE.md
  2. 5 0
      README.md
  3. 12 0
      package.json

+ 9 - 0
LICENSE.md

@@ -0,0 +1,9 @@
+# License
+
+Copyright (c) Aneurin Barker Snook - all rights reserved.
+
+Unauthorized copying of this file or any other file in this repository is strictly prohibited.
+
+Proprietary and confidential.
+
+Aneurin Barker Snook <abarkersnook@gmail.com>, December 2023

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# Herda
+
+**Keep on top of it all with Herda** :cow2:
+
+> :warning: This project is work in progress and this documentation is liable to change.

+ 12 - 0
package.json

@@ -0,0 +1,12 @@
+{
+  "name": "herda",
+  "private": true,
+  "version": "0.0.0",
+  "description": "Keep on top of it all with Herda",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "SEE LICENSE IN LICENSE.md"
+}