Skip to content

Commit

Permalink
First commit: working ability to initialize a local directory as well…
Browse files Browse the repository at this point in the history
… as a remote github repository using the command brie mkrepo
  • Loading branch information
josieesh committed Jan 2, 2020
0 parents commit 8a49bea
Show file tree
Hide file tree
Showing 16 changed files with 6,855 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 @@
node_modules
/lib
/local-config
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# CLI Tool for easily creating, managing, and updating project repositories, both locally and on GitHub.
## Created using Node, and tsc.
7 changes: 7 additions & 0 deletions jestconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}
Loading

0 comments on commit 8a49bea

Please sign in to comment.