1.2.1 • Published 4 years ago

@pi-team-mn/generator-pi-team v1.2.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

Generator-pi-team

Auto-scaffold serverless apps with yeoman.

Setup includes the following

  • Node
  • Typescript
  • Unit Testing
  • Integration Testing
  • CI Pipelines (for different solutions)
  • Serverless
    • Auto-configured domains
    • Auto-taggging
    • Generate and upload docs
    • Generate API docs
    • Include basic setup with authorizer, api keys and more
    • Can connect to VPC

How to use

Prep
  1. Install yeoman

    npm install -g yo

  2. Install the pi-team generator

    npm install -g @pi-team-mn/generator-pi-team

Create an app
  1. create a directory for your project

    mkdir <projectname>

  2. Run the generator

    yo @pi-team-mn/pi-team:serverless

  3. Answer the prompts

  4. Try to deploy the project

The project should now be configured with a single hello-world endpoint.

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago