Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ampersand

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand - npm Package Compare versions

Comparing version 0.0.0 to 1.2.0

bin/ampersand

42

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc