Comparing version 0.0.0 to 1.2.0
{ | ||
"name": "ampersand", | ||
"version": "0.0.0", | ||
"description": "The quickest way to get up and running with ampersand.", | ||
"main": "ampersand.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"description": "CLI tool for generating single page apps a. la. http://humanjavascript.com", | ||
"version": "1.2.0", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
"bin": { | ||
"ampersand": "./bin/ampersand" | ||
}, | ||
"bugs": "https://github.com/ampersandjs/ampersand/issues", | ||
"dependencies": { | ||
"colors": "0.6.0-1", | ||
"commander": "1.1.1", | ||
"jade": "~1.0.2", | ||
"ncp": "0.4.2", | ||
"readable-stream": "1.0.2", | ||
"rimraf": "~2.2.6", | ||
"slugger": "0.0.3", | ||
"underscore": "1.5.2" | ||
}, | ||
"homepage": "https://github.com/ampersandjs/ampersand", | ||
"keywords": [ | ||
"clientside", | ||
"cli", | ||
"single page apps" | ||
], | ||
"license": "MIT", | ||
"main": "./bin/ampersand", | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ampersandjs/ampersand" | ||
"url": "ampersandjs/ampersand" | ||
}, | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ampersandjs/ampersand/issues" | ||
}, | ||
"homepage": "https://github.com/ampersandjs/ampersand" | ||
"scripts": { | ||
"start": "node ./bin/ampersand", | ||
"test": "node test.js" | ||
} | ||
} |
@@ -1,7 +0,33 @@ | ||
# ampersand | ||
# humanjs app scaffolding | ||
The quickest way to get up and running with ampersand. | ||
Install it, then follow the prompts to generate a starting point for your app. | ||
```js | ||
npm i -g ampersand | ||
``` | ||
npm i humanjs -g | ||
humanjs | ||
``` | ||
## Defaults | ||
You can optionally create a `.humanjsrc` file in your home folder containing JSON with your preferred defaults. | ||
Currently the only options are: | ||
```json | ||
{ | ||
"name": "Your Name <maybe_your_email@your_domain.com>", | ||
"framework": "express || hapi" | ||
} | ||
``` | ||
This config simply changes the suggested defaults when answering questions. They can still be overwritten when running the generator, but saves a bit of typing. | ||
## Changelog | ||
- 1.0.1 - Fixing bug in console output for directory to install to. | ||
- 1.0.0 - Adding option to generate app that uses either express or hapi 2.0 as the server framework. Moving docs site to its own repo: https://github.com/HenrikJoreteg/docs.humanjavascript.com | ||
## license | ||
MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
456627
58
11820
0
34
8
2
6
+ Addedcolors@0.6.0-1
+ Addedcommander@1.1.1
+ Addedjade@~1.0.2
+ Addedncp@0.4.2
+ Addedreadable-stream@1.0.2
+ Addedrimraf@~2.2.6
+ Addedslugger@0.0.3
+ Addedunderscore@1.5.2
+ Addedamdefine@1.0.1(transitive)
+ Addedasync@0.2.10(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcamelcase@1.2.1(transitive)
+ Addedcharacter-parser@1.2.0(transitive)
+ Addedcolors@0.6.0-1(transitive)
+ Addedcommander@1.1.12.0.0(transitive)
+ Addedconstantinople@1.0.2(transitive)
+ Addedcss@1.0.8(transitive)
+ Addedcss-parse@1.0.4(transitive)
+ Addedcss-stringify@1.0.5(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedis-promise@1.0.1(transitive)
+ Addedjade@1.0.2(transitive)
+ Addedkeypress@0.1.0(transitive)
+ Addedminimatch@10.0.1(transitive)
+ Addedmkdirp@0.3.5(transitive)
+ Addedmonocle@1.1.50(transitive)
+ Addedncp@0.4.2(transitive)
+ Addedoptimist@0.3.7(transitive)
+ Addedpromise@2.0.0(transitive)
+ Addedreadable-stream@1.0.2(transitive)
+ Addedreaddirp@0.2.5(transitive)
+ Addedrimraf@2.2.8(transitive)
+ Addedslugger@0.0.3(transitive)
+ Addedsource-map@0.1.340.1.43(transitive)
+ Addedtransformers@2.1.0(transitive)
+ Addeduglify-js@2.2.52.4.02.4.24(transitive)
+ Addeduglify-to-browserify@1.0.2(transitive)
+ Addedunderscore@1.5.2(transitive)
+ Addedwindow-size@0.1.0(transitive)
+ Addedwith@2.0.0(transitive)
+ Addedwordwrap@0.0.20.0.3(transitive)
+ Addedyargs@3.5.4(transitive)