New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ackee/create-node-app

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ackee/create-node-app

latest
Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
4
Maintainers
7
Weekly downloads
 
Created
Source

Create Node App

CLI to help you set up a Node.js TypeScript project. The setup includes:

  • code style tools (prettier, lint)
  • testing (using mocha)
  • infrastructure files of your choice (PostgreSQL etc.)
  • CI pipeline templates (based on Ackee GitLab CI/CD pipelines)

Usage

Run directly from npm via npx:

Usage: npx @ackee/create-node-app [OPTIONS]

Options:
  -d, --dir           Destination directory         [string] [default: "./node-app"]
  -D, --debug         Enables debug logs                  [boolean] [default: false]
  -n, --project-name  Google Cloud project name       [string] [default: "node-app"]
  -f, --force         Overwrite existing destination if it's not empty
                                                          [boolean] [default: false]
      --api           Selects API
                                               [string] [choices: "graphql", "rest"]
      --database      Selects database as database
                                                 [string] [choices: "postgres-knex"]
      --pipeline      Selects pipeline
                                               [string] [choices: "cloudrun-gitlab"]
      --version       Show version number                                  [boolean]
      --help          Show help                                            [boolean]

Setup options

  • API layer
    • RESTful
    • GraphQL
  • Database
  • Pipelines

FAQs

Package last updated on 10 Feb 2026

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