Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moonshard

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moonshard

Nodejs framework to build high-performance app in no time

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Nodejs framework to build high-performance app in no time

CI codecov semantic-release Commitizen friendly Snyk Vulnerabilities for GitHub Repo GitHub license

Introduction

MoonShard was created to improve the development phase and bring high-performance in production environments. It's easy to start, to use and deploy.

Features:

  • Provide CLI and project scaffolding.
  • Logs works and rotate file per day.
  • Auto generate api-docs.
  • Typescript first-class support.
  • Full tested.
  • Easy deployment to classic server, dockers, serverless or wired into microservices.

Installation

yarn create create-moonshard my-app

Manual Installation

  1. Install the npm package
yarn add moonshard
  1. TypeScript configuration: Make sure you are using TypeScript version 3.3 or higher, and you have enabled the following settings in tsconfig.json:
"emitDecoratorMetadata": true,
"experimentalDecorators": true,

Documentation

To check out guides, api documentation and examples, visit moonshard docs.

New Features and Issues

You can help to improve MoonShard by create issues for new features or reporting bugs

Changelog

Detailed changes for each release are documented in the release notes.

Contributions

Please make sure to read the Contributing Guide before making a pull request. Thank you to all the people who already contributed to MoonShard!

Guide for Developers
  1. Get the repo and install dependencies
$ git clone https://github.com/cervantes/moonshard.git
$ cd moonshard
$ yarn install
  1. Available scripts
$ yarn dev
$ yarn build
$ yarn lint
$ yarn test
$ yarn test:coverage
$ yarn docs:dev

License

MIT

© Copyright 2020 Cervantes

Keywords

FAQs

Package last updated on 27 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc