1.3.0 • Published 6 years ago

generator-jneidel v1.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-jneidel

Opinionated collection of boilerplates

Travis Build Status License MIT Npm Downloads

Boilerplates available for creating:

  • node module
  • chrome extension
  • node webapp
  • cli module
  • static site

Install

Boilerplates can be installed manually or using Yeoman (recommended) as a scaffolding tool.

Install manually

# node module
$ curl -fsSL https://github.com/jneidel/generator-jneidel/archive/master.tar.gz | tar -xz --strip-components=4 generator-jneidel-master/generators/app/templates

# To download a different boilerplate replace 'app' in the command above, with one of these:
# [ chrome, cli, static, web, web-lite ]

Install using Yeoman

Npm Version

$ npm install -g generator-jneidel yo

Usage

With yo:

node module:

$ yo jneidel

chrome extension:

$ yo jneidel:chrome

webapp:

$ yo jneidel:web

cli:

$ yo jneidel:cli

static website:

$ yo jneidel:static

webapp (lite):

$ yo jneidel:web-lite

Assumptions

These boilerplates assume, that you're using:

  • MIT license
  • Ava (testing framework)
  • Travis (CI)
  • Webpack (build system)
  • Scss (CSS)
  • Pug (HTML)
  • NPM (package manager)
  • GitHub (git hosting)

Test

$ npm run test

Attribution

Inspired by sindresorhus/node-module-boilerplate and sindresorhus/generator-nm.

License

MIT © Jonathan Neidel

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago