Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreshnik committed Apr 1, 2020
0 parents commit f66b86f
Show file tree
Hide file tree
Showing 25 changed files with 12,189 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules
.DS_Store
.vcode
.idea
.cache
lerna
lerna-debug.log
packages/@servitor/cli/bin/*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Servitor

8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"packages": [
"packages/@servitor/*"
]
}
Loading

0 comments on commit f66b86f

Please sign in to comment.