Skip to content

Commit 5559c9a

Browse files
committed
added repo templates
1 parent 3566b30 commit 5559c9a

File tree

22 files changed

+39
-0
lines changed

22 files changed

+39
-0
lines changed

repository-templates/basic-web-page/index.css

Whitespace-only changes.

repository-templates/basic-web-page/index.html

Whitespace-only changes.

repository-templates/basic-web-page/index.js

Whitespace-only changes.

repository-templates/basic-webapp/public/index.html

Whitespace-only changes.

repository-templates/basic-webapp/public/routes/home/home.css

Whitespace-only changes.

repository-templates/basic-webapp/public/routes/home/home.html

Whitespace-only changes.

repository-templates/basic-webapp/public/routes/home/home.js

Whitespace-only changes.

repository-templates/basic-webapp/public/scripts/index.js

Whitespace-only changes.

repository-templates/basic-webapp/public/styles/index.css

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "empty-npm-repo",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# git-and-npm-webapp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "git-and-npm-webapp",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC"
11+
}

repository-templates/git-and-npm-webapp/public/index.html

Whitespace-only changes.

repository-templates/git-and-npm-webapp/public/routes/home/home.css

Whitespace-only changes.

repository-templates/git-and-npm-webapp/public/routes/home/home.html

Whitespace-only changes.

repository-templates/git-and-npm-webapp/public/routes/home/home.js

Whitespace-only changes.

repository-templates/git-and-npm-webapp/public/scripts/index.js

Whitespace-only changes.

repository-templates/git-and-npm-webapp/public/styles/index.css

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# git-and-npm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "git-and-npm",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC"
11+
}

0 commit comments

Comments
 (0)