https://github.com/puntorigen4u/concepto_cli
Concepto DSL - visually create and maintain modern node.js based apps (@cli)
https://github.com/puntorigen4u/concepto_cli
cli concepto javascript low-code node nodejs puntorigen terminal-app visual-programming
Last synced: about 1 month ago
JSON representation
Concepto DSL - visually create and maintain modern node.js based apps (@cli)
- Host: GitHub
- URL: https://github.com/puntorigen4u/concepto_cli
- Owner: puntorigen4u
- License: mit
- Created: 2021-06-14T21:25:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T16:22:20.000Z (over 2 years ago)
- Last Synced: 2025-03-17T00:39:49.399Z (about 2 months ago)
- Topics: cli, concepto, javascript, low-code, node, nodejs, puntorigen, terminal-app, visual-programming
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
Awesome Lists containing this project
README
A progressive Node.js framework for visually building efficient and scalable nodejs based applications.
## Description
The Concepto CLI is a command-line interface tool that helps you to initialize, develop, and mantain your Concepto based applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and build and bundling the application for production distribution.
Read more [here](http://docs.puntorigen.com/cli/overview).## Installation
```
$ npm install -g @concepto/cli
```## Usage
```
$ concepto --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 (@cli).