
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
tryappstack
Advanced tools
CLI tool to bootstrap production-ready applications using modern boilerplates
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 →
Install globally:
npm install -g tryappstack
Or run with npx:
npx tryappstack init
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.
| Command | Alias | Description |
|---|---|---|
tas init | i | Scaffold a new project from a stack template |
tas setup-env | env | Set up environment variables in config.env |
tas add-var-env <name> | addenv | Add a new env variable to config |
tas add-controller <name> | c | Create a new controller |
tas add-model <name> | m | Create a new Mongoose model |
tas add-router <name> | r | Create a new Express router |
tas add-module <name> | mod | Create controller + model + router |
tas add-middleware <name> | mid | Create a new middleware |
tas add-service <name> | s | Create a new service |
tas add-utils <name> | u | Create a new utility module |
tas add-templates <name> | tpl | Create a new HTML template |
The add-* commands are meant to be run inside a project that was created with tas init.
We welcome contributions. Please read CONTRIBUTING.md for:
MIT. See LICENSE for details.
FAQs
Enterprise-grade CLI to bootstrap production-ready Node.js applications with TypeScript/JavaScript, MongoDB, Redis, Docker, CI/CD, and world-class patterns
The npm package tryappstack receives a total of 6 weekly downloads. As such, tryappstack popularity was classified as not popular.
We found that tryappstack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.