-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8585ff3
commit 5a1c5be
Showing
30 changed files
with
37,390 additions
and
20 deletions.
There are no files selected for viewing
Empty file.
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,17 @@ | ||
{ | ||
"extends": "airbnb", | ||
"parser": "babel-eslint", | ||
|
||
"env": { | ||
"mocha": true | ||
}, | ||
|
||
"rules": { | ||
"linebreak-style": 0, | ||
"import/no-extraneous-dependencies": 0, | ||
"import/no-unresolved": 0, | ||
"import/prefer-default-export": 0, | ||
"import/extensions": 0, | ||
"no-multi-spaces": 0 | ||
} | ||
} |
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,16 @@ | ||
[ignore] | ||
<PROJECT_ROOT>/node_modules/* | ||
<PROJECT_ROOT>/lib/.* | ||
<PROJECT_ROOT>/internals/.* | ||
<PROJECT_ROOT>/test/.* | ||
|
||
[include] | ||
|
||
[options] | ||
module.system.node.resolve_dirname=./src | ||
esproposal.class_static_fields=enable | ||
esproposal.class_instance_fields=enable | ||
esproposal.export_star_as=enable | ||
esproposal.decorators=ignore | ||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe | ||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue |
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,26 @@ | ||
# IDE & OS specific | ||
.DS_Store | ||
.idea | ||
icon.png | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
||
# Dependencies | ||
node_modules | ||
|
||
# Coverage | ||
coverage | ||
|
||
# Types | ||
flow-typed/npm/* | ||
!flow-typed/npm/module_vx.x.x.js | ||
|
||
# Release | ||
#lib | ||
|
||
# dsl file tests | ||
test/* | ||
|
||
src/commands-bak.js |
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,30 @@ | ||
# IDE & OS specific | ||
.DS_Store | ||
.idea | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
||
# Dependencies | ||
node_modules | ||
|
||
# Coverage | ||
coverage | ||
|
||
# Types | ||
flow-typed/* | ||
|
||
# Sources, tests and builder files | ||
builder | ||
src | ||
test | ||
internals | ||
.flowconfig | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.travis.yml | ||
jest.json | ||
renovate.json | ||
rollup.config.js |
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,12 @@ | ||
language: node_js | ||
node_js: | ||
- "lts/*" | ||
- "node" | ||
|
||
before_script: npm run lint | ||
script: npm run test | ||
after_success: npm run coveralls | ||
|
||
branches: | ||
only: | ||
- master |
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,21 +1,20 @@ | ||
MIT License | ||
Copyright (c) 2020 - 2022 Pablo Schaffner <[email protected]> | ||
|
||
Copyright (c) 2022 Punto Origen SpA | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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,45 @@ | ||
<p align="center"> | ||
<a href="http://www.puntorigen.com/" target="blank"><img src="https://user-images.githubusercontent.com/57605485/144762579-7114f229-a01a-4afd-9a18-62ec3dbf3478.png" width="320" alt="Concepto DSL Logo" /></a> | ||
</p> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for visually building efficient and scalable nodejs based applications.</p> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/v/@concepto/vue.svg" alt="NPM Version" /></a> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/l/@concepto/vue.svg" alt="Package License" /></a> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/dm/@concepto/vue.svg" alt="NPM Downloads" /></a> | ||
<a href="https://www.npmjs.com/~concepto" target="_blank"><img src="https://img.shields.io/tokei/lines/github/puntorigen4u/vue_dsl"></a> | ||
<a href="https://twitter.com/punt0rigen" target="_blank"><img src="https://img.shields.io/twitter/follow/punt0rigen.svg?style=social&label=Follow"></a> | ||
</p> | ||
|
||
## Description | ||
<a href="https://nuxtjs.org/">VueJS + MF</a> module for <a href="https://www.npmjs.com/package/@concepto/cli">Concepto DSL</a> | ||
|
||
## Installation | ||
|
||
``` | ||
$ npm install -g @concepto/vue | ||
``` | ||
|
||
## Usage | ||
|
||
```terminal | ||
vue_dsl -s absolute_or_relative_file_to_compile.dsl | ||
``` | ||
## Help: | ||
|
||
```terminal | ||
vue_dsl --help | ||
``` | ||
|
||
## Stay in touch | ||
|
||
- Website - [http://www.puntorigen.com](http://puntorigen.com/) | ||
- Twitter - [@punt0rigen](https://twitter.com/punt0rigen) | ||
|
||
## License | ||
|
||
Concepto is [MIT licensed](LICENSE). | ||
|
||
Concepto DSL - visually create and maintain modern node.js based apps (@vue). | ||
|
||
* * * | ||
© 2020-2022 Pablo Schaffner <[email protected]>. |
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,2 +1,45 @@ | ||
# vue_dsl | ||
VueJS DSL compiler. Using this CLI you'll be able to create and deploy complete VueJS + MF SPA webapps, created within Concepto DSL IDE. | ||
<p align="center"> | ||
<a href="http://www.puntorigen.com/" target="blank"><img src="https://user-images.githubusercontent.com/57605485/144762579-7114f229-a01a-4afd-9a18-62ec3dbf3478.png" width="320" alt="Concepto DSL Logo" /></a> | ||
</p> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for visually building efficient and scalable nodejs based applications.</p> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/v/@concepto/vue.svg" alt="NPM Version" /></a> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/l/@concepto/vue.svg" alt="Package License" /></a> | ||
<a href="https://www.npmjs.com/~concepto"><img src="https://img.shields.io/npm/dm/@concepto/vue.svg" alt="NPM Downloads" /></a> | ||
<a href="https://www.npmjs.com/~concepto" target="_blank"><img src="https://img.shields.io/tokei/lines/github/puntorigen4u/vue_dsl"></a> | ||
<a href="https://twitter.com/punt0rigen" target="_blank"><img src="https://img.shields.io/twitter/follow/punt0rigen.svg?style=social&label=Follow"></a> | ||
</p> | ||
|
||
## Description | ||
<a href="https://nuxtjs.org/">VueJS + MF</a> module for <a href="https://www.npmjs.com/package/@concepto/cli">Concepto DSL</a> | ||
|
||
## Installation | ||
|
||
``` | ||
$ npm install -g @concepto/vue | ||
``` | ||
|
||
## Usage | ||
|
||
```terminal | ||
vue_dsl -s absolute_or_relative_file_to_compile.dsl | ||
``` | ||
## Help: | ||
|
||
```terminal | ||
vue_dsl --help | ||
``` | ||
|
||
## Stay in touch | ||
|
||
- Website - [http://www.puntorigen.com](http://puntorigen.com/) | ||
- Twitter - [@punt0rigen](https://twitter.com/punt0rigen) | ||
|
||
## License | ||
|
||
Concepto is [MIT licensed](LICENSE). | ||
|
||
Concepto DSL - visually create and maintain modern node.js based apps (@vue). | ||
|
||
* * * | ||
© 2020-2022 Pablo Schaffner <[email protected]>. |
Oops, something went wrong.