renamed repo

published on npm
updated package.json
updated readme
pull/6/head
Teoxoy 7 years ago
parent d3e72f32d2
commit c2e36b103c

@ -1,6 +1,12 @@
# lua2js # lua2js
A Lua to JS transpiler A Lua to JS transpiler / runtime
## Install
```
npm i lua-js
```
Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it): Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it):
``` ```

@ -1,11 +1,12 @@
{ {
"name": "lua2js", "name": "lua-js",
"version": "1.0.0", "version": "1.0.0",
"description": "A Lua to JS transpiler", "description": "A Lua to JS transpiler / runtime",
"keywords": [ "keywords": [
"lua", "lua",
"javascript", "javascript",
"transpiler" "transpiler",
"runtime"
], ],
"author": "Teoxoy", "author": "Teoxoy",
"license": "MIT", "license": "MIT",
@ -13,7 +14,7 @@
"module": "src/index.js", "module": "src/index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/teoxoy/lua2js.git" "url": "git://github.com/teoxoy/lua-js.git"
}, },
"scripts": { "scripts": {
"build": "webpack" "build": "webpack"

Loading…
Cancel
Save