add README
This commit is contained in:
		
							
								
								
									
										5
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
# npmdocker
 | 
			
		||||
develop npm modules cross platform with docker
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
npmdocker looks for a npmextra.json at the root of your directory and looks at the npmdocker portion of it.
 | 
			
		||||
							
								
								
									
										16
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								package.json
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "npmdocker",
 | 
			
		||||
  "version": "1.0.0",
 | 
			
		||||
  "description": "develop modules cross platform by using docker",
 | 
			
		||||
  "description": "develop npm modules cross platform with docker",
 | 
			
		||||
  "main": "dist/index.js",
 | 
			
		||||
  "directories": {
 | 
			
		||||
    "test": "test"
 | 
			
		||||
@@ -21,5 +21,17 @@
 | 
			
		||||
  "bugs": {
 | 
			
		||||
    "url": "https://gitlab.com/pushrocks/npmdocker/issues"
 | 
			
		||||
  },
 | 
			
		||||
  "homepage": "https://gitlab.com/pushrocks/npmdocker#README"
 | 
			
		||||
  "homepage": "https://gitlab.com/pushrocks/npmdocker#README",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "npmts-g": "^5.2.6",
 | 
			
		||||
    "should": "^9.0.2",
 | 
			
		||||
    "typings-test": "^1.0.1"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "beautylog": "^5.0.13",
 | 
			
		||||
    "q": "^1.4.1",
 | 
			
		||||
    "rxjs": "^5.0.0-beta.10",
 | 
			
		||||
    "smartfile": "^4.0.10",
 | 
			
		||||
    "typings-global": "^1.0.6"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user