# create-aio-lib **Repository Path**: mirrors_adobe/create-aio-lib ## Basic Information - **Project Name**: create-aio-lib - **Description**: CLI tool to create Adobe I/O Libs (npm init @adobe/aio-lib) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@adobe/create-aio-lib.svg)](https://npmjs.org/package/@adobe/create-aio-lib) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/create-aio-lib.svg)](https://npmjs.org/package/@adobe/create-aio-lib) [![Build Status](https://travis-ci.com/adobe/create-aio-lib.svg?branch=master)](https://travis-ci.com/adobe/create-aio-lib) [![License](https://img.shields.io/npm/l/@adobe/create-aio-lib.svg)](https://github.com/adobe/create-aio-lib/blob/master/package.json) [![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-lib/master.svg?style=flat-square)](https://codecov.io/gh/adobe/create-aio-lib/) @adobe/create-aio-lib ===================== CLI tool to create AIO Libs This uses [this template.](https://github.com/adobe/aio-lib-template) * [Usage (npm)](#usage-npm) * [Usage (cli)](#usage-cli) * [Commands](#commands) * [Contributing](#contributing) * [Licensing](#licensing) # Usage (npm) Make sure you have `npm` version `6.1.0` or greater: `npm --version` Then run: ```bash npm init @adobe/aio-lib [options] ``` where `` is the name of your library (this will create the folder in the current working directory by default) # Usage (cli) ```bash npx @adobe/create-aio-lib [options] ``` where `` is the name of your library where `` is the scoped name of your repo # Command
Creates an AIO Lib

USAGE
  $ create-aio-lib LIBNAME REPONAME

ARGUMENTS
  LIBNAME   the name of the library
  REPONAME  the repo of the library

OPTIONS
  -h, --help                     show CLI help

  -o, --outputDir=outputDir      folder to output the library in (defaults to
                                 the current working folder)

  -t, --templateUrl=templateUrl  the template to use

  -v, --version                  show CLI version

  -w, --overwrite                overwrite any existing output folder

DESCRIPTION
  Example:
       create-aio-lib MyLibClass myOrg/myRepo
# Contributing Contributions are welcomed! Read the [Contributing Guide](.github/CONTRIBUTING.md) for more information. # Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.