0.4.27 • Published 4 days ago

@fleetbase/fleetops-engine v0.4.27

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

Overview

This monorepo contains both the frontend and backend components of the FleetOps extension for Fleetbase. The frontend is built using Ember.js and the backend is implemented in PHP.

Requirements

  • PHP 8.0 or above
  • Ember.js v4.8 or above
  • Ember CLI v4.8 or above
  • Node.js v18 or above

Structure

├── addon
├── app
├── assets
├── translations
├── config
├── node_modules
├── server
│ ├── config
│ ├── data
│ ├── migrations
│ ├── resources
│ ├── src
│ ├── tests
│ └── vendor
├── tests
├── testem.js
├── index.js
├── package.json
├── phpstan.neon.dist
├── phpunit.xml.dist
├── pnpm-lock.yaml
├── ember-cli-build.js
├── composer.json
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md

Installation

Backend

Install the PHP packages using Composer:

composer require fleetbase/core-api
composer require fleetbase/fleetops-api

Frontend

Install the Ember.js Engine/Addon:

pnpm install @fleetbase/fleetops-engine

Usage

Backend

🧹 Keep a modern codebase with PHP CS Fixer:

composer lint

⚗️ Run static analysis using PHPStan:

composer test:types

✅ Run unit tests using PEST

composer test:unit

🚀 Run the entire test suite:

composer test

Frontend

🧹 Keep a modern codebase with ESLint:

pnpm lint

✅ Run unit tests using Ember/QUnit

pnpm test
pnpm test:ember
pnpm test:ember-compatibility

🚀 Start the Ember Addon/Engine

pnpm start

🔨 Build the Ember Addon/Engine

pnpm build

Contributing

See the Contributing Guide for details on how to contribute to this project.

License

This project is licensed under the MIT License.

0.4.27

4 days ago

0.4.26

19 days ago

0.4.25

26 days ago

0.4.24

1 month ago

0.4.23

1 month ago

0.4.22

2 months ago

0.4.20

2 months ago

0.4.21

2 months ago

0.4.19

2 months ago

0.4.17

2 months ago

0.4.18

2 months ago

0.4.15

2 months ago

0.4.16

2 months ago

0.4.14

2 months ago

0.4.13

2 months ago

0.4.12

3 months ago

0.4.10

3 months ago

0.4.11

3 months ago

0.4.9

3 months ago

0.4.8

3 months ago

0.4.7

3 months ago

0.4.5

3 months ago

0.4.6

3 months ago

0.4.4

3 months ago

0.4.3

3 months ago

0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

4 months ago

0.3.9

4 months ago

0.3.8

4 months ago

0.3.7

4 months ago

0.3.6

4 months ago

0.3.0

6 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.2.7

7 months ago

0.1.8

10 months ago

0.3.5

5 months ago

0.2.6

7 months ago

0.1.7

10 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.1.9

10 months ago

0.3.2

6 months ago

0.2.3

8 months ago

0.3.1

6 months ago

0.2.2

8 months ago

0.3.4

6 months ago

0.2.5

7 months ago

0.1.6

10 months ago

0.3.3

6 months ago

0.2.4

7 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.0.7

11 months ago

0.1.5

11 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago