Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
burkostya committed Jan 21, 2013
0 parents commit f30fb20
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
components
build
Empty file added History.md
Empty file.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

build: components index.js
@component build --dev

components: component.json
@component install --dev

clean:
rm -fr build components template.js

.PHONY: clean
16 changes: 16 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# ember

A framework for creating ambitious web applications

## Installation

$ component install burkostya/ember

## API



## License

MIT
13 changes: 13 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "ember",
"repo": "burkostya/ember",
"description": "A framework for creating ambitious web applications",
"version": "0.0.1",
"keywords": [],
"dependencies": {},
"development": {},
"license": "MIT",
"scripts": [
"index.js"
]
}
Empty file added index.js
Empty file.

0 comments on commit f30fb20

Please sign in to comment.