Skip to content
View TerbiumSDK's full-sized avatar
Block or Report

Block or report TerbiumSDK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TerbiumSDK/README.md

Terbium SDK Pages

Creates TerbiumSDK 14 Project.
Install Global npm i -g terbiumsdk

Parameters
'-p [string]', 'Name of the TerbiumSDK project to create.'
'-e', 'Include express development server.'
'-c', 'Include cordova project.'


Basic Usage
terbiumsdk -p "TerbiumSDKExample" -e -c


(Optional Running express development server.
Change to server directory inside of your project and run
node index

This will create a test server that you can use for development.


** (Optional Cordova) run TerbiumSDK inside of cordova

** In your project directory type "cordova platform add browser" then "cordova platform build browser" ** you can change "browser" with other build options like android, ios windows. ** for iOS you will need xcode.

**Refer to https://cordova.apache.org/docs/en/latest/ for more options on using Cordova.

Popular repositories Loading

  1. TerbiumPages TerbiumPages Public

    Module for creating new terbium sdk pages.

    JavaScript 1

  2. TerbiumSDK TerbiumSDK Public

    Terbium SDK NPM

    HTML 1

  3. cordova-plugin-wkwebview-engine cordova-plugin-wkwebview-engine Public

    Forked from apache/cordova-plugin-wkwebview-engine

    Apache Cordova wkwebview engine plugin

    Objective-C 1

  4. Cordova Cordova Public

    Cordova Starter Template

  5. Electron Electron Public

    Template for Electron

  6. Web Web Public

    Template for using Terbium SDK inside a website.