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

tryappstack

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

tryappstack

CLI tool to bootstrap production-ready applications using modern boilerplates

unpublished
Source
npmnpm
Version
1.2.5
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

TryAppStack

Production-Ready Backend CLI for Node.js

npm version downloads license

Website · npm · GitHub

TryAppStack CLI is a developer tool that helps you quickly create production-ready applications using modern boilerplates.

Instead of manually setting up folder structures, dependencies, and architecture, TryAppStack generates a complete project in seconds. Learn more →

Installation

Install globally:

npm install -g tryappstack

Or run with npx:

npx tryappstack init

Usage

Create a new project:

tas init

Show CLI version:

tas --version

Show help:

tas --help

You will see an interactive menu to choose your project stack. Only Node API (MongoDB + JS) is available today; other stacks are marked Coming Soon.

After you select a stack and answer a few questions (project name, port, database URL, etc.), TryAppStack will create the project folder and install dependencies.

CLI Commands

CommandAliasDescription
tas initiScaffold a new project from a stack template
tas setup-envenvSet up environment variables in config.env
tas add-var-env <name>addenvAdd a new env variable to config
tas add-controller <name>cCreate a new controller
tas add-model <name>mCreate a new Mongoose model
tas add-router <name>rCreate a new Express router
tas add-module <name>modCreate controller + model + router
tas add-middleware <name>midCreate a new middleware
tas add-service <name>sCreate a new service
tas add-utils <name>uCreate a new utility module
tas add-templates <name>tplCreate a new HTML template

The add-* commands are meant to be run inside a project that was created with tas init.

Available Templates

  • Node API (MongoDB + JS) — Express + Mongoose + JWT + Swagger. Ready to use.
  • Node API (MongoDB + TypeScript) — Coming Soon
  • Node API (TypeORM + PostgreSQL) — Coming Soon
  • Node API (TypeORM + MySQL) — Coming Soon
  • React App — Coming Soon
  • Electron App — Coming Soon

Contribution

We welcome contributions. Please read CONTRIBUTING.md for:

  • How to contribute
  • How to add a new template
  • How to improve CLI commands

Future Roadmap

  • TypeScript backend templates
  • Next.js fullstack templates
  • Docker-ready boilerplates
  • Authentication modules
  • Redis integration
  • Microservice templates
  • CI/CD starter templates

License

MIT. See LICENSE for details.

Keywords

nodejs cli

FAQs

Package last updated on 05 Mar 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