improve README and metadata
This commit is contained in:
		@@ -3,7 +3,8 @@ image: hosttoday/ht-docker-node:npmts
 | 
			
		||||
stages:
 | 
			
		||||
- test
 | 
			
		||||
- release
 | 
			
		||||
- page
 | 
			
		||||
- trigger
 | 
			
		||||
- pages
 | 
			
		||||
 | 
			
		||||
testLEGACY:
 | 
			
		||||
  stage: test
 | 
			
		||||
@@ -11,6 +12,7 @@ testLEGACY:
 | 
			
		||||
    - npmci test legacy
 | 
			
		||||
  tags:
 | 
			
		||||
    - docker
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
 | 
			
		||||
testLTS:
 | 
			
		||||
  stage: test
 | 
			
		||||
@@ -29,9 +31,29 @@ testSTABLE:
 | 
			
		||||
release:
 | 
			
		||||
  stage: release
 | 
			
		||||
  script:
 | 
			
		||||
    - npmci publish npm
 | 
			
		||||
    - npmci publish
 | 
			
		||||
  only:
 | 
			
		||||
    - tags
 | 
			
		||||
  tags:
 | 
			
		||||
    - docker
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  stage: trigger
 | 
			
		||||
  script:
 | 
			
		||||
    - npmci trigger
 | 
			
		||||
  only:
 | 
			
		||||
    - tags
 | 
			
		||||
  tags:
 | 
			
		||||
    - docker
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
  image: hosttoday/ht-docker-node:npmpage
 | 
			
		||||
  stage: pages
 | 
			
		||||
  script:
 | 
			
		||||
    - npmci command npmpage --publish gitlab
 | 
			
		||||
  only:
 | 
			
		||||
    - tags
 | 
			
		||||
  artifacts:
 | 
			
		||||
    expire_in: 1 week
 | 
			
		||||
    paths:
 | 
			
		||||
    - public
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										33
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								README.md
									
									
									
									
									
								
							@@ -1,19 +1,28 @@
 | 
			
		||||
# gulp-browser
 | 
			
		||||
browserify and other goodies for gulp
 | 
			
		||||
 | 
			
		||||
### Status
 | 
			
		||||
[](https://gitlab.com/pushrocks/gulp-browser/commits/master)
 | 
			
		||||
## Availabililty
 | 
			
		||||
[](https://www.npmjs.com/package/gulp-browser)
 | 
			
		||||
[](https://GitLab.com/pushrocks/gulp-browser)
 | 
			
		||||
[](https://github.com/pushrocks/gulp-browser)
 | 
			
		||||
[](https://pushrocks.gitlab.io/gulp-browser/)
 | 
			
		||||
 | 
			
		||||
## Status for master
 | 
			
		||||
[](https://GitLab.com/pushrocks/gulp-browser/commits/master)
 | 
			
		||||
[](https://GitLab.com/pushrocks/gulp-browser/commits/master)
 | 
			
		||||
[](https://www.npmjs.com/package/gulp-browser)
 | 
			
		||||
[](https://david-dm.org/pushrocks/gulp-browser)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/gulp-browser/master/dependencies/npm)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/gulp-browser)
 | 
			
		||||
[](https://codecov.io/github/pushrocks/gulp-browser?branch=master)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
 | 
			
		||||
[](http://standardjs.com/)
 | 
			
		||||
 | 
			
		||||
### Usage
 | 
			
		||||
gulp-browser is meant to be easy:
 | 
			
		||||
## Usage
 | 
			
		||||
Use TypeScript for best in class instellisense.
 | 
			
		||||
 | 
			
		||||
#### Browserify:
 | 
			
		||||
```typescript
 | 
			
		||||
```javascript
 | 
			
		||||
    let gulp = require("gulp");
 | 
			
		||||
    let gulpBrowser = require("gulp-browser");
 | 
			
		||||
    
 | 
			
		||||
@@ -34,18 +43,8 @@ gulp-browser is meant to be easy:
 | 
			
		||||
 | 
			
		||||
> **Note:** Be aware of how gulp.src creates values of file.base and file.path since that is important to the require statements.
 | 
			
		||||
 | 
			
		||||
### Dev Information:
 | 
			
		||||
[](https://david-dm.org/pushrocks/gulp-browser#info=devDependencies)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/gulp-browser/master/dependencies/npm)
 | 
			
		||||
 | 
			
		||||
### Extending this module
 | 
			
		||||
If you have ideas for other great browser related gulp pipe stops, feel free to raise an issue on GitHub.
 | 
			
		||||
 | 
			
		||||
### Contributors
 | 
			
		||||
* [Phil Kunz](https://github.com/philkunz)
 | 
			
		||||
* [Steffan Donal](https://github.com/SteffanDonal)
 | 
			
		||||
 | 
			
		||||
### About the maintainer:
 | 
			
		||||
[](https://lossless.com/)
 | 
			
		||||
 | 
			
		||||
[](https://paypal.me/lossless)
 | 
			
		||||
[](https://push.rocks)
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,10 @@
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "gulpplugin",
 | 
			
		||||
    "browserify"
 | 
			
		||||
    "browserify",
 | 
			
		||||
    "browser",
 | 
			
		||||
    "TypeScript",
 | 
			
		||||
    "typed"
 | 
			
		||||
  ],
 | 
			
		||||
  "author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user