1.0.6 • Published 6 years ago

codeport-cli v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Codeport CLI

Description

Codeport CLI tool is designed for the users of Codeport. You can generate the prototypes of the app which you created at Creator Window on your own computers.
By the way, if you don't know about Codeport at all, please visit the site from here: (https://codeport1123.herokuapp.com)
With this tool, you can prototype your own multiplatform apps with ease.

Demo

Preparation

You need to install Node.js, npm, Angular CLI, Ionic in advance to enable full features. You can install them by executing following commands.


$ npm i -g @angular/cli
$ npm i -g ionic


In addition to the tools I mentioned before, you also need to install some other useful tools like Prettier, but you can install all required tools by following command.


$ codeportcli prepare

Usage

To generate your app, execute following command at Terminal window.


$ codeportcli "SNIPPET" /option/


Option

You need to add some option if you don't want to generate all 3 types of code. Here are the available options:

-a or --angular > generate Angular files.
-i or --ionic > generate Ionic files.
-h or --html > generate HTML files.

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago