Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knoxville-utilities-board/ember-unpodify


https://github.com/knoxville-utilities-board/ember-unpodify

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# ember-unpodify

This app renames ember files generated using the pods structure to follow the classic structure.

## Installation

- `npm install -g ember-unpodify`

## Usage

- Command line: `ember-unpodify` - This must be run at the root directory of an ember project.

## Installation:

#### Using `npx`

Using `npx` you can run the script without installing it first:

```shell
npx ember-unpodify
```

#### Using `pnpm`

```shell
pnpm install --global ember-unpodify
```

## Usage:

```shell
ember-unpodify
```

**Note:** This must be run from the root of an ember app or addon.