PHPackages                             formelo/cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. formelo/cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

formelo/cli
===========

Formelo CLI for Developers

06JavaScript

Since Nov 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/oduonye1992/formelo)[ Packagist](https://packagist.org/packages/formelo/cli)[ RSS](/packages/formelo-cli/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

\#Welcome to Formelo CLI v1 :)

###### This is the version one of this CLI. It might have issues. Kindly create a issue if you happen to find one before us.

[](#this-is-the-version-one-of-this-cli-it-might-have-issues-kindly-create-a-issue-if-you-happen-to-find-one-before-us)

### 1. Initialize a new applet

[](#1-initialize-a-new-applet)

---

```
php formelo init

```

Follow the wizard to can specify the name and description of your app. You must specify thr following parameters:

1. Applet Name
2. Applet Description
3. Username
4. API\_Key
5. Choose Applet Mode. Either Public or Private

### 2. Create a Page

[](#2-create-a-page)

---

```
php formelo make:page

```

Add an extra --root to make the page the root page. By default the fitst page is the root page

```
php formelo make:page  --root

```

##### To Remove a page

[](#to-remove-a-page)

Delete the page's generated folder and remove the entry in the /app/pages/pages.json. Pages are stored in the **pages** array

### 2. Create a Provider

[](#2-create-a-provider)

---

```
php formelo make:provider

```

### 3. Import an external JavaScript file

[](#3-import-an-external-javascript-file)

---

```
php formelo import:js

```

### 4. Import an external CSS file

[](#4-import-an-external-css-file)

---

```
php formelo import:css

```

### 5. Compile and run a local server

[](#5-compile-and-run-a-local-server)

---

```
php formelo prepare

```

Pass in an additional --port= to specify a new port

### 6. Deploy an app

[](#6-deploy-an-app)

---

```
php formelo deploy

```

### 7. Publish your app to the app store

[](#7-publish-your-app-to-the-app-store)

---

php formelo publish

### 8. Unpublish your app from the app store

[](#8-unpublish-your-app-from-the-app-store)

---

php formelo publish

TODO
====

[](#todo)

### 1. Pull an existing project

[](#1-pull-an-existing-project)

---

```
php formelo pull

```

### 2. Deploy preview to native devices.

[](#2-deploy-preview-to-native-devices)

---

GenyMotion - Android and Xcode's Emulator.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10038424?v=4)[Daniel Oduonye](/maintainers/oduonye1992)[@oduonye1992](https://github.com/oduonye1992)

---

Top Contributors

[![oduonye1992](https://avatars.githubusercontent.com/u/10038424?v=4)](https://github.com/oduonye1992 "oduonye1992 (34 commits)")

### Embed Badge

![Health badge](/badges/formelo-cli/health.svg)

```
[![Health](https://phpackages.com/badges/formelo-cli/health.svg)](https://phpackages.com/packages/formelo-cli)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.3k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
