1.0.5 • Published 26 days ago

create-audius-app v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

Create Audius App

The easiest way to start building on Audius is by using create-audius-app. This CLI tool enables you to quickly start building a new Audius application, with everything set up for you. You can create a new app using the default Audius react template, or by using one of the examples. To get started, use the following command:

Interactive

You can create a new project interactively by running:

npx create-audius-app

You will be asked for the name of your project, and all the necessary dependencies will be installed.

Non-interactive

You can also pass command line arguments to set up a new project non-interactively. See create-audius-app --help:

Usage: create-audius-app <project-directory> [options]

Options:
  -V, --version                        output the version number

  -e, --example [name]|[github-url]

    An example to bootstrap the app with. You can use an example name
    from the Audius repo. They are found in AudiusProject/audius-protocol/packages/libs/src/sdk/examples

  -h, --help                           output usage information
1.0.5

26 days ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago