Skip to content

Commit d578aed

Browse files
committed
first commit
0 parents  commit d578aed

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a sample extension package for gamedevwebtools.

hello.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* This is a sample extension package for gamedevwebtools.
3+
*/
4+
application.log("Hello world!");

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "sample-hello-world",
3+
"description": "This is an example of gamedevwebtools extension package.",
4+
"files": ["hello.js"]
5+
}

0 commit comments

Comments
 (0)