1.0.9 • Published 7 months ago

create-audius-app v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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.9

7 months ago

1.0.8

9 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago