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

generator-ts-backend

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ts-backend

Typescript Backend Project Generator

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Typescript Backend Project Generator

What is included?

  • Basic VSCode settings
  • Basic Typescript settings
  • Hot reload (nodemon)
  • Unit test with coverage report (mocha)
  • Integration test (dredd)
  • Sonar Qube with typescript plugin
  • Bamboo Test Reporter
  • Docker Ready
  • Makefile with bamboo build number support

Running The Code

In VSCode, press F5

In console, run make dev

Testing Code

npm run watch-test

Sonar Qube

Scan your code

npm run sonar-report-local

You can access test results in http://localhost:9000

Integration Tests

make itest

Bamboo Pipeline

Build Phrase

The makefile include support for bamboo build number.

You can select variables.txt as your bamboo artifact and inject variable into bamboo after running make build.

The variables will include version, so bamboo can generate version number according to package.json version and bamboo build number.

Test Phrase

Run make test and make itest

Release Phrase

Run make push and make push-latest

Keywords

yeoman-generator

FAQs

Package last updated on 07 Jun 2018

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