-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add bin field into npm package * Update package.json with the repository information and the cli main module
- Loading branch information
Showing
7 changed files
with
19,366 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ elm-stuff | |
.idea | ||
node_modules | ||
elmclient.log | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# html-to-elm | ||
An online tool for converting HTML to [elm-html](https://github.com/evancz/elm-html) code. | ||
An online and cli tool for converting HTML to [elm-html](https://github.com/evancz/elm-html) code. | ||
|
||
*Go to http://mbylstra.github.io/html-to-elm/* | ||
*Go to http://mbylstra.github.io/html-to-elm/* or clone this repository and run on the rootpath `./main.js "<h1>This is a test</h1>"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
elm-make elm-src/HtmlToElmCli/Main.elm --output=./cli/Main.js |
Oops, something went wrong.