Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knoxville-utilities-board/ember-unpodify
https://github.com/knoxville-utilities-board/ember-unpodify
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/knoxville-utilities-board/ember-unpodify
- Owner: knoxville-utilities-board
- License: mit
- Created: 2021-11-23T18:23:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T18:38:33.000Z (over 1 year ago)
- Last Synced: 2024-12-11T07:48:16.719Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.