1.5.2 • Published 8 years ago

project-starter-dan v1.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

#project-starter-dan

Build Status

A scaffolding tool for building node projects.

npm i -g project-starter-dan.

Recommended to use with node >=6.2.1.

usage: dank [template] [yourdirname]
       dank add <yourdirname>
       dank config

Without any arguments, dank will prompt for a template to use.
With [template], dank will copy the template into the current dir.
With [yourdirname], dank will give the new folder the specified name.

add <yourdirname> will add your (relative or absolute) dir to the usable templates.
config will walk through a setup that specifies default package.json values.

If you are generating a project, a directory will be created (within the current directory) with the given name.

Template is one of:

barebones-react for a basic react setup (webpack dev server with hot reloading).

react-express for react with express (still has webpack with hot reloading).

fullstack-db A full stack setup with react-router, redux bindings, express and knex on the backend with code for a postgres db.

basic-angular A basic Angular 2 setup with Typescript, taken from the tutorial https://angular.io/docs/ts/latest/quickstart.html.

basic-auth An express server with authentication and encryption using passport and bcrypt, in conjunction with a postgres database. Uses handlebars for the frontend.

All templates come with a README.md for further information/scripts.

WIP.

1.5.2

8 years ago

1.5.1

8 years ago

1.4.10

8 years ago

1.4.9

8 years ago

1.4.8

8 years ago

1.4.7

8 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.3.11

8 years ago

1.3.10

8 years ago

1.3.9

8 years ago

1.3.8

8 years ago

1.3.7

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.2.13

8 years ago

1.2.12

8 years ago

1.2.11

8 years ago

1.2.10

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.1.14

8 years ago

1.1.13

8 years ago

1.1.12

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago