HenrikJoreteg / humanjs

Application scaffolding and documentation repo for Human JavaScript Apps

Home Page:http://docs.humanjavascript.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

humanjs app scaffolding

Install it, then follow the prompts to generate a starting point for your app.

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:

{
    "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

license

MIT

About

Application scaffolding and documentation repo for Human JavaScript Apps

http://docs.humanjavascript.com


Languages

Language:JavaScript 92.0%Language:CSS 8.0%