Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
powerbuoy committed Sep 27, 2019
0 parents commit e959858
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/vendor/
/node_modules/
.DS_Store
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sleek Settings

TODO
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "powerbuoy/sleek-settings",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Andreas Lagerkvist",
"email": "powerbuoy@gmail.com"
}
],
"autoload": {
"files": ["sleek-settings.php"]
}
}
2 changes: 2 additions & 0 deletions sleek-settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
namespace Sleek\Settings;

0 comments on commit e959858

Please sign in to comment.