7.1.0 • Published 3 months ago

@mia-platform/lc39 v7.1.0

Weekly downloads
909
License
Apache-2.0
Repository
github
Last release
3 months ago

Launch Complex 39

Node.js CI 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:

7.1.0

3 months ago

7.0.4

3 months ago

7.0.3

5 months ago

7.0.2

7 months ago

7.0.1

10 months ago

7.0.0

12 months ago

7.0.0-rc.2

1 year ago

7.0.0-rc.1

1 year ago

6.0.2

2 years ago

7.0.0-rc.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

5.1.0

2 years ago

5.0.0

3 years ago

4.2.0

3 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.3.0

3 years ago

4.0.0-rc.0

3 years ago

3.2.0

3 years ago

3.1.4

4 years ago

3.1.3

4 years ago

3.1.3-rc.0

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago