Skip to content

pixelant/pxa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

PXA

Pixelant command line utility

The Pixelant command line utility makes it easy to start, build and run some Pixelant projects.

Use the pxa -h or pxa --help command for more info about utility.

Minimal pxa requirements:

Specific required dependencies for every type of template starters:

Mobile App

  • Cordova >= 6.3.1 [sudo] npm install -g cordova
  • Ionic >= 2.1.4 [sudo] npm install -g ionic

Note: You might need to use sudo before npm command to install packages globally


Installing:

[sudo] npm install -g pxa

Note: You might need to use sudo before npm command to install package globally

Starting:

To start using pxa just use command pxa and follow the instructions

pxa

Flags/options:

[ -m | --mobile-app ]        generate mobile app
[ -t | --theme ]             generate t3kit sub theme
[ -h | --help ]              show pxa CLI help
[ -v | --version ]           show pxa CLI version

Template starters:

Mobile App:

Install mobile application based on Ionic Framework, inAppBrowser plugin and mobileApp_template with push-notifications.

Steps:

  1. Clone Mobile app template and install dependencies
pxa => "Mobile App" => "Setup MobileApp Template"
or
pxa -m => "Setup MobileApp Template"
  1. Setup Ionic Cloud and Google FCM Sender ID
pxa => "Mobile App" => "Setup Ionic Cloud and Google FCM Sender ID"
or
pxa -m => "Setup Ionic Cloud and Google FCM Sender ID"
  1. Install Security Profiles (Manually)