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

hapi-ts-cli

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

hapi-ts-cli

Hapi Typescript scaffold project

  • 0.0.2
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

hapi-ts-cli

Hapi Typescript scaffold project

npm version Build Status

List of features available in this project

  • Generate Hapi typescript starter project
  • Generate independent controller with route (GET/POST/PUT/DELETE)
  • Pre-defined gulp task to compile and run server.
Work in Progress
  • Entity creation for Model
  • Joi validation for API
  • Swagger documentaion integration

Steps to kickstart with hapi typescript scaffold

1.) Install hapi-ts-cli globally

npm install -g hapi-ts-cli 

2.) To generate new project use the following command

// hapi-ts-cli <project-name>
hapi-ts-cli my-hapi-ts

3.) To create new module

// hapi-ts-cli -m <module-name>
hapi-ts-cli -m user

Generated folder structure

----my-hapi-ts
|   gulpfile.js
|   package.json
|   tsconfig.json
|   tslint.json
\---app
    |   config.ts
    |   server.ts  
    \---modules
        +---helpers
        |       DBHelper.ts
        |       Logger.ts
        |       Utility.ts
        \---user
                UserController.ts
                UserRoute.ts

Keywords

FAQs

Package last updated on 11 Dec 2017

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