Skip to content

Commit be579a8

Browse files
author
zckrs
committed
Mark as unmaintened
From now on, there will be these little badges in the generator-gulp-angular README: [![Unmaintained](https://img.shields.io/badge/generator-unmaintained-red.svg?style=flat-square)](https://github.com/Swiip/generator-gulp-angular/pull/1155)[![Outdated](https://img.shields.io/badge/generator-outdated-red.svg?style=flat-square)](https://github.com/Swiip/generator-gulp-angular/pull/1155) Also when you open new issues or PRs, the issue template will tell you it's unmaintained. Started in 2014 (84f0926) this generator was fun and useful while it lasted. But the Web, JavaScript and NodeJS were evolved and now practices are totally different what they were 2 years ago.
1 parent b3c0504 commit be579a8

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

.github/ISSUE_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT -->
2+
3+
# Allo' ! :wave:
4+
5+
### This is just to let you know that this project is unmaintained.
6+
7+
### For more info, please see: https://github.com/Swiip/generator-gulp-angular/pull/1155
8+
9+
### We don't expect new issues or PRs.
10+
11+
### But we'll happily seen you soon in the next iteration of this project: [FountainJS](http://fountainjs.io/)

.github/PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT -->
2+
3+
# Allo' ! :wave:
4+
5+
### This is just to let you know that this project is unmaintained.
6+
7+
### For more info, please see: https://github.com/Swiip/generator-gulp-angular/pull/1155
8+
9+
### We don't expect new issues or PRs.
10+
11+
### But we'll happily seen you soon in the next iteration of this project: [FountainJS](http://fountainjs.io/)

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
## Launching [Fountain](http://fountainjs.io/) generators beta
2-
3-
The team is proud to present the next evolution of the Yeoman gulp-angular as a new project called [FountainJS](http://fountainjs.io/).
4-
5-
It covers Angular 1 like today but go way farther with support for Angular 2, React, SystemJS and Webpack!
6-
7-
Check it out right now at [http://fountainjs.io/](http://fountainjs.io/).
8-
91
# generator-gulp-angular ![Logo](generators/app/templates/src/assets/images/generator-gulp-angular-logo.png)
102

3+
[![Unmaintained](https://img.shields.io/badge/generator-unmaintained-red.svg?style=flat-square)](https://github.com/Swiip/generator-gulp-angular/pull/1155)
4+
[![Outdated](https://img.shields.io/badge/generator-outdated-red.svg?style=flat-square)](https://github.com/Swiip/generator-gulp-angular/pull/1155)
5+
116
[![Build Status](https://img.shields.io/travis/Swiip/generator-gulp-angular/master.svg?style=flat-square)](http://travis-ci.org/Swiip/generator-gulp-angular)
127
[![Coverage Status](https://img.shields.io/codecov/c/github/Swiip/generator-gulp-angular.svg?style=flat-square)](http://codecov.io/github/Swiip/generator-gulp-angular?branch=master)
138
[![Dependencies](http://img.shields.io/david/Swiip/generator-gulp-angular.svg?style=flat-square)](https://david-dm.org/eleven-labs/generator-gulp-angular)
@@ -23,6 +18,18 @@ Check it out right now at [http://fountainjs.io/](http://fountainjs.io/).
2318
2419
> Gulp provide fast workspace with quick feedback.
2520
21+
# **Unmaintained**, **Outdated** ? :pensive:
22+
Yup, this generator works but is unmaintained and outdated [for various reasons](https://github.com/Swiip/generator-gulp-angular/pull/1155).
23+
24+
But don't panic **the most important features and more are present** in our next iteration called [FountainJS](http://fountainjs.io/).
25+
26+
<p align="center">
27+
<a href="http://fountainjs.io/">
28+
<img alt="FountainJS" src="http://fountainjs.io/assets/imgs/fountain.png" width="200">
29+
</a>
30+
</p>
31+
32+
A tutorial is present in the [Yeoman codelab](http://yeoman.io/codelab/). :kissing_heart:
2633

2734
## Usage
2835

0 commit comments

Comments
 (0)