]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Adds basic project info
authorBen Beltran <redacted>
Sun, 13 Nov 2016 05:22:47 +0000 (23:22 -0600)
committerBen Beltran <redacted>
Sun, 13 Nov 2016 05:22:47 +0000 (23:22 -0600)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
Sources/main.swift [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..02c0875
--- /dev/null
@@ -0,0 +1,4 @@
+.DS_Store
+/.build
+/Packages
+/*.xcodeproj
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..6713a7d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+#Lyricli (lrc)
+
+A command line tool to show the lyrics of your current song
diff --git a/Sources/main.swift b/Sources/main.swift
new file mode 100644 (file)
index 0000000..f7cf60e
--- /dev/null
@@ -0,0 +1 @@
+print("Hello, world!")