mob-app
v1.0.4
Published
<b>Mob-App-Automator</b><br> is a Node.js-based command-line tool that automates the creation, setup, and launch of Ionic + Angular applications. It simplifies the process by executing necessary commands sequentially, allowing developers to create and lau
Downloads
10
Readme
Mob-App-Automator is a Node.js-based command-line tool that automates the creation, setup, and launch of Ionic + Angular applications. It simplifies the process by executing necessary commands sequentially, allowing developers to create and launch an app with minimal manual intervention.
Features • Automated App Creation: Automatically generates a new Ionic + Angular application. • Dependency Installation: Installs all required dependencies. • Customizable: Supports custom templates and additional commands. • Build and Launch: Automatically builds the app and serves it locally. • Logging: Captures all output and errors in a log file for troubleshooting.
Usage:
const myLibrary = require('mob-app');
myLibrary.createIonicApp();