Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcuttle/edam
💥 The multifunctional scaffold generator.
https://github.com/imcuttle/edam
edam generator scaffold
Last synced: 2 months ago
JSON representation
💥 The multifunctional scaffold generator.
- Host: GitHub
- URL: https://github.com/imcuttle/edam
- Owner: imcuttle
- License: mit
- Created: 2018-01-26T02:24:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T08:41:55.000Z (4 months ago)
- Last Synced: 2024-10-20T02:47:24.016Z (3 months ago)
- Topics: edam, generator, scaffold
- Language: JavaScript
- Homepage: https://imcuttle.github.io/edam/index_zh
- Size: 4.45 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
# Edam
[![build status](https://img.shields.io/travis/imcuttle/edam/master.svg?style=flat-square&label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/imcuttle/edam)
[![build status](https://img.shields.io/appveyor/ci/imcuttle/edam/master.svg?style=flat-square&label=Windows)](https://ci.appveyor.com/project/imcuttle/edam/branch/master)
[![Test coverage](https://img.shields.io/codecov/c/github/imcuttle/edam.svg?style=flat-square)](https://codecov.io/github/imcuttle/edam?branch=master)💥 The multifunctional scaffold generator.
## Processing
![](./_site/doc/imgs/edam-process.svg)## Why use edam?
| | Edam | Plop |
| ----------------------- | ----- | ----- |
| Inferred Configuration | ✅ | ❌ |
| Storing Prompt | ✅ | ❌ |
| Custom Loader(prettier) | ✅ | ❌ |
| CLI auto-completer | ✅ | ❌ |
| Unit Test Interface | ✅ | ❌ |
| PlugAble | ✅ | ❌ |
| Pulling from npm or git | ✅ | ❌ (The template requires installed by npm, git has not supported) |## Awesome 😎
### Core
- [edam](./packages/edam) - The core package of edam.### Extensions
- [edam-cli](./packages/edam-cli) - The official cli-app for edam.
- [edam-completer](./packages/edam-completer) - Auto-complete `source` by configuration file for edam-cli.
- [edam-gh-completer](./packages/edam-gh-completer) - Auto-complete `source` by gh-repo for edam-cli.### Plugins
- [edam-plugin-dulcet-prompt](./packages/edam-plugin-dulcet-prompt) - A dulcet prompt.### Loaders
- [edam-prettier-loader](./packages/edam-prettier-loader) - A loader for more prettier via `prettier`.