zgulde / js-project-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Project Templates

This repo holds some npm project templates that I like to use.

The main point of this project is that the templates are ones I've currated, so I understand (in theory), how everything is wired together. You should probably use something like create-react-app or a similiar command line tool for your own needs.

Install

  1. Clone this repo
  2. Put the create-npm-project command on your PATH
    • creating a symlink to the command in a directory already on your PATH will work too, and is pretty convenient
  3. --help to show available templates.
create-npm-project <template> <destination>

The command will create a new directory for you, ready for you to cd into, npm install, and start coding!

About


Languages

Language:JavaScript 47.5%Language:Clojure 17.3%Language:Shell 15.8%Language:HTML 9.8%Language:TypeScript 5.5%Language:CSS 4.0%