# create-aio-app-template **Repository Path**: mirrors_adobe/create-aio-app-template ## Basic Information - **Project Name**: create-aio-app-template - **Description**: Create an Adobe Developer App Builder template. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @adobe/create-aio-app-template [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@adobe/create-aio-app-template.svg)](https://npmjs.org/package/@adobe/create-aio-app-template) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/create-aio-app-template.svg)](https://npmjs.org/package/@adobe/create-aio-app-template) ![Node.js CI](https://github.com/adobe/create-aio-app-template/workflows/Node.js%20CI/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/create-aio-app-template/master.svg?style=flat-square)](https://codecov.io/gh/adobe/create-aio-app-template/) CLI tool to create an Adobe Developer App Builder template. * [Usage (npm)](#usage-npm) * [Command](#command) * [Contributing](#contributing) * [Licensing](#licensing) ## Usage (npm) Make sure you have `npm` version `6.1.0` or greater: `npm --version` Then run: ```bash npm create @adobe/aio-app-template ``` where `` is the name of your template (this will create the folder in the current working directory by default) ## Command ```bash Creates an Adobe Developer App Builder template USAGE $ create-aio-app-template TEMPLATENAME ARGUMENTS TEMPLATENAME the name of the template OPTIONS -h, --help show CLI help -v, --version show CLI version DESCRIPTION Example: create-aio-app-template template-name ``` ## Contributing Contributions are welcomed! Read the [Contributing Guide](CONTRIBUTING.md) for more information. ## Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.