Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@webdevcody/launchpad

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdevcody/launchpad

This is a prototype of a file based routing REST framework that uses express.js under the hood. The goal of this framework is to provide a single CLI command to deploy the REST api to AWS serverless / api gateway. I want to provide built in mechanisms for

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Overview

This is a prototype of a file based routing REST framework that uses express.js under the hood. The goal of this framework is to provide a single CLI command to deploy the REST api to AWS serverless / api gateway. I want to provide built in mechanisms for dependecy injection and provide a standard structure one can follow to build a "production ready api". This includes

  • fully typesafe
  • logger included
  • baked in dependency injection solution
  • a one command deployment into AWS serverless.
  • ...more to come maybe

Setup

  • npm init -f && npm i --save @webdevcody/launchpad && cp -R ./node_modules/@webdevcody/launchpad/packages/simple/* . && cp -R ./node_modules/@webdevcody/launchpad/packages/simple/. . && npm i
  • npm run dev

This will setup a simple an example API using the launchpad library.

Todo

  • do stuff

FAQs

Package last updated on 30 Mar 2023

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