Skip to content

Christopher-Hayes/penpot-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

# One-liner: Create private repo. Clone it. Install deps. Open VSCode.
gh repo create --private --clone --template Christopher-Hayes/boil-node node && cd node && yarn && code .

Start

Run your code once.

yarn start

Dev

Your code will rerun when files change.

yarn dev

boil-node

A template repo for simple Node.js projects.

Primarly focused on prototyping with Node.JS where the tools should not get in the way.

Goals with this template

I use Node.JS a lot for small internal tools. Typescript is a must-have when working with data, and it's hassle remembering how to set it up each time to use modern JS features. Popular GitHub Node.JS templates try to be too helpful, and slow down dev.

This template has..

  • YES Supports modern JS features
  • YES Typescript should just work
  • YES JS is allowed too, typescript is not forced

This template does not include..

  • NO Aggressive linting
  • NO Git hooks, vscode settings, or other annoying defaults
  • NO Testing, just building
  • NO Messing with tsc build config

About

Utilities for working with penpot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published