Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeoman/yeoman-app
A desktop app that scaffolds projects using Yeoman
https://github.com/yeoman/yeoman-app
Last synced: 3 months ago
JSON representation
A desktop app that scaffolds projects using Yeoman
- Host: GitHub
- URL: https://github.com/yeoman/yeoman-app
- Owner: yeoman
- Created: 2014-03-31T15:26:53.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T06:34:56.000Z (almost 4 years ago)
- Last Synced: 2024-04-08T02:51:31.134Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.34 MB
- Stars: 989
- Watchers: 42
- Forks: 106
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-electron-zh - Yeoman - Scaffold projects using Yeoman. (Apps / Open Source)
- jimsghstars - yeoman/yeoman-app - A desktop app that scaffolds projects using Yeoman (JavaScript)
README
# Yeoman App [![Build Status](https://travis-ci.org/yeoman/yeoman-app.svg)](https://travis-ci.org/yeoman/yeoman-app) [![Gitter](https://img.shields.io/badge/Gitter-Join_the_Yeoman_chat_%E2%86%92-00d06f.svg)](https://gitter.im/yeoman/yeoman)
> A desktop app that scaffolds projects using [Yeoman](https://github.com/yeoman/yeoman).
Yo, my friend. This is the first official Yeoman application with a fresh user interface from 2015. The app is unfortunately still in heavy development and **we are looking for help!** Let us know if something doesn't work like you expected by raising an issue or fix it straight away with a PR.
![Screenshot](https://raw.githubusercontent.com/yeoman/yeoman-app/master/resources/screenshot.png)
## Documentation
The project is based mainly on [electron](https://electronjs.org/) and [Material UI](http://material-ui.com/). For a Getting started guide, API docs etc. see the [documentation page](./docs). If something is missing, wrong or unclear, please open an issue. Thank you!
## Contributing
We love contributors! See our [contribution guideline](http://yeoman.io/contributing/) to get started.
## Google analytics
To understand how the app is being used we will report usage information to [Google Analytics](http://www.google.com/analytics). If you do not want this information reported, you can disable it. Open the devtools with CMD+OPT+I (or CTRL+SHIFT+I on Windows) and execute the following snippet in the console `localStorage.setItem('insight.disabled', true)`.
### Collected Data
- **Your IP address is anonymized**
- A unique identifier that is generated by computing the SHA-1 of the machine's MAC address.
- The screen width and height
- The version of Yeoman-App being used
- Your operating system and version
- App events (e.g. number of total installed generators, selected generator)## License
[MIT License](http://opensource.org/licenses/mit-license.php) © Yeoman team