3.5.11 • Published 4 years ago

@triggercorp/forge v3.5.11

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

forge

Build cross-platform apps with HTML, CSS and JavaScript

Create an app

mkdir my_app
cd my_app
npm init

npm i @triggercorp/forge --save
npx forge create

Build app for Android and run it

npx forge build android
npx forge run android

Build app for iOS and run it

npx forge build ios
npx forge run ios

Global installation

npm i @triggercorp/forge -g
forge version

# Or, if your npm installation requires root permissions for a global install:
sudo npm i @triggercorp/forge -g --unsafe-perm=true
3.5.11

4 years ago

3.5.9

5 years ago

3.5.8

5 years ago

3.5.7

5 years ago

3.5.4

5 years ago

3.5.3

6 years ago

0.0.4

6 years ago

3.5.2

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

3.4.10

6 years ago

3.4.9

6 years ago

0.0.1

6 years ago