All Projects → mia-platform → lc39

mia-platform / lc39

Licence: Apache-2.0 License
The Mia-Platform Node.js service launcher

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
typescript
32286 projects

Projects that are alternatives of or similar to lc39

Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+222.22%)
Mutual labels:  launcher
Fortnite-Forcer
A easy to use anti-cheat switcher for Fortnite written in C#.
Stars: ✭ 19 (+5.56%)
Mutual labels:  launcher
ScratchPaper
A Gradle Plugin for adding variant/version/git-commit-id/etc information to APK launcher icon.
Stars: ✭ 58 (+222.22%)
Mutual labels:  launcher
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (+94.44%)
Mutual labels:  launcher
SDKLauncher-iOS
A small iOS application to serve as a launcher/testbed for the Readium SDK.
Stars: ✭ 69 (+283.33%)
Mutual labels:  launcher
equine
Mod manager/launcher for Diablo 1
Stars: ✭ 27 (+50%)
Mutual labels:  launcher
Lineage-Icons
LineageOS Icon Pack
Stars: ✭ 37 (+105.56%)
Mutual labels:  launcher
viper
Launcher+Updater for TF|2 Northstar
Stars: ✭ 55 (+205.56%)
Mutual labels:  launcher
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 158 (+777.78%)
Mutual labels:  launcher
Apex-Launcher
Launcher for the fan game Pokemon Apex
Stars: ✭ 14 (-22.22%)
Mutual labels:  launcher
EverythingPortable
EverythingPortable
Stars: ✭ 59 (+227.78%)
Mutual labels:  launcher
marathon
minimal run-or-focus launcher for Linux/X
Stars: ✭ 54 (+200%)
Mutual labels:  launcher
BNSBoost
A simple launcher for Blade & Soul patches. Working as of the Fire and Blood game update.
Stars: ✭ 19 (+5.56%)
Mutual labels:  launcher
tv-launcher
Android launcher with a focus on big screens like televisions.
Stars: ✭ 59 (+227.78%)
Mutual labels:  launcher
search-based-launcher
A Minimalist's Launcher
Stars: ✭ 41 (+127.78%)
Mutual labels:  launcher
zoom-go
A command line tool for joining your next Zoom meeting.
Stars: ✭ 34 (+88.89%)
Mutual labels:  launcher
WoW-Launcher
A game launcher for World of Warcraft that allows you to connect to custom servers.
Stars: ✭ 56 (+211.11%)
Mutual labels:  launcher
flex-launcher
A customizable HTPC application launcher for Windows and Linux
Stars: ✭ 28 (+55.56%)
Mutual labels:  launcher
launcher
A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job
Stars: ✭ 48 (+166.67%)
Mutual labels:  launcher
pojavlauncherteam.github.io
Official website for PojavLauncher, built with VuePress
Stars: ✭ 64 (+255.56%)
Mutual labels:  launcher

Launch Complex 39

Build Status javascript style guide
Coverage Status NPM version

The Mia-Platform Node.js service launcher

lc39 is a Command line utility that will launch a Fastify instance configured for serving a Node.js service on Mia-Platform.

Getting Started

Install

To install the package you can run:

npm install @mia-platform/lc39 --save

It is possible to install the next version of the package, which use fastify v3. The version is a release candidate, so it is not yet a stable version and should not be used in production environments (next updates could be breaking). To try it, you can run:

npm install @mia-platform/lc39@next --save

We recommend to install the module locally on every one of your project to be able to update them indipendently one from the other. To use the locally installed instance you have to add the following script to your package.json:

"scripts": {
  "start": "lc39 index.js"
},

To see all the options you can add to the cli run:

npx lc39 --help

Now you are ready to code your mia-platform service!

Documentation

To work properly with lc39 your service main file should follow some rules:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].