/node-ts-starter

Starter Project for Node, TypeScript, ESLint, Jest. Personal with some configuration preferences.

Primary LanguageJavaScript

node-ts-starter

Starter Project for Node, TypeScript, ESLint, Jest. Personal with some configuration preferences.

NPM Publishing

Project is ready for NPM publishing.

npm adduser   # login to NPM
npm publish   # publish package

Instructions

Option 1

  1. Download repository
  2. Update outdated packages - npm outdated and then npm update xxx each (if any).
  3. npm install
  4. Change package.json fields:
"name"
"version"

"description"
"keywords"

"author"
"license"

"homepage"
"repository"
"bugs"

Option 2

  1. npm init new project.
  2. Copy everything like in "Option 1", but skip some parts of package.json