Skip to content

PXLbros/pxl-nodejs-framework

Repository files navigation

PXL Node.js Framework

Installation

Clone this repository and switch to the project specific Node.js version:

nvm use

Use library in project

Publish using Yalc

Use Yalc to publish the library for local usage using the following command:

yalc publish

Import in project

After the library has been published with Yalc, add it to a project with the following command:

yalc add @pxl/nodejs-framework

And start using in project:

import { Application } from '@pxl/nodejs-framework';

const app = new Application({
  // ...
});

Development

Run the following command to automatically publish changes through Yalc when files are being changed:

npm run dev

About

PXL Node.js Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages