Git Product home page Git Product logo

project-starter-dan's Introduction

#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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.