Commit f3080eb1 by Иван Кубота

initial

parents
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/qscript.iml" filepath="$PROJECT_DIR$/.idea/qscript.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
#!/usr/bin/env node
/**
* Created by zibx on 5/30/17.
*/
var args = process.argv.slice(2);
console.log('arguments cmd', args);
\ No newline at end of file
/**
* Created by zibx on 5/30/17.
*/
var args = process.argv.slice(2);
console.log('arguments', args);
\ No newline at end of file
{
"name": "qscript",
"version": "0.0.2",
"description": "quokka-script env wizard",
"main": "index.js",
"bin": {
"qscript": "bin/cmd.js"
},
"scripts": {
"test": "npm run test"
},
"keywords": [
"quokka",
"quokka-script",
"qs",
"server"
],
"author": "Zibx",
"license": "MPL-2.0"
}
#!/usr/bin/env qscript
def App myApp
port: 8005
def Page main
Slider s1: 10
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment