about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2020-12-26 13:56:01 -0500
committerZach DeCook <zachdecook@librem.one>2020-12-26 13:56:01 -0500
commit536ee95eaa408f3730e9631a29e12fddba2bfcac (patch)
treea736359605316aa107a39ff313a70fe46b229b85
parent809c781bd557f24cc184b66b33651ee16d488dac (diff)
downloadccharter-c-536ee95eaa408f3730e9631a29e12fddba2bfcac.tar.gz
* Change project to be a c project
-rw-r--r--README.md8
-rw-r--r--ccharter.c (renamed from scripts/ccharter.js)0
-rw-r--r--package.json10
3 files changed, 6 insertions, 12 deletions
diff --git a/README.md b/README.md
index d2699b7..b134bf2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-ccharter
+ccharter-c
 ========
 
-Guitar Chord Chart Maker
\ No newline at end of file
+Guitar Chord Chart Maker
+
+Make SVG Guitar (and ukulele) chord diagrams.
+
+Originally written by mzarillo, rewritten by Zach DeCook.
diff --git a/scripts/ccharter.js b/ccharter.c
index fdd895e..fdd895e 100644
--- a/scripts/ccharter.js
+++ b/ccharter.c
diff --git a/package.json b/package.json
deleted file mode 100644
index 859f1bc..0000000
--- a/package.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "name": "ccharter",
-  "version": "1.0.1",
-  "description": "Create simple chord diagrams on the web",
-  "main": "scripts/ccharter.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "author": "mzarillo"
-}