Skip to content

A TypeScript backend framework focuses on development productivity, uses dedicated reflection library to help you create a robust, secure and fast API delightfully.

License

Notifications You must be signed in to change notification settings

DzixxxVizlib/plumier

 
 

Repository files navigation

Plumier

Delightful Node.js Rest Framework

Build Status Build status Coverage Status lerna npm

Documentation

Read the project documentation on https://plumierjs.com

Contributing

To run Plumier project on local machine, some setup/app required

App requirements

  • Visual Studio Code (Recommended)
  • Yarn (required)

Local Setup

  • Fork and clone the project git clone
  • Install dependencies by yarn install
  • Run test by yarn test

Debugging

Plumier already provided vscode task and launch setting. To start debugging a test scenario:

  • Locate the test file and narrow the test runs by using .only
  • Put breakpoint on any location you need on .ts file
  • On start/debug configuration select Jest Current File and start debugging

About

A TypeScript backend framework focuses on development productivity, uses dedicated reflection library to help you create a robust, secure and fast API delightfully.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • CSS 0.3%
  • JavaScript 0.2%
  • Nearley 0.2%
  • HTML 0.1%
  • EJS 0.1%
  • Shell 0.1%