@adobe/create-aio-app-template

Create an Adobe Developer App Builder template

Usage no npm install needed!

<script type="module">
  import adobeCreateAioAppTemplate from 'https://cdn.skypack.dev/@adobe/create-aio-app-template';
</script>

README

oclif Version Downloads/week Node.js CI License Codecov Coverage

@adobe/create-aio-app-template

CLI tool to create an Adobe Developer App Builder template.

Usage (npm)

Make sure you have npm version 6.1.0 or greater:

npm --version

Then run:

npm init @adobe/aio-app-template <template_name>

where <template_name> is the name of your template (this will create the folder in the current working directory by default)

Usage (cli)

npx @adobe/create-aio-app-template <template_name>

Command

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 for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.