mark-wiemer / hello-npm

A template project for any npm package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello npm

A template project to easily get started building a well-maintained npm package.

Goals

  • Easy setup
  • Automatically format, lint, test, build, and deploy code
  • Document popular project management techniques

Creating a new project

Machine dependencies

  1. NodeJS and npm
  2. Visual Studio Code

Project setup

  1. Clone this project into a new repo
  2. npm i
  3. Install the recommended VS Code extensions
  4. You're done!

Optional:

  1. Enable keybindings.json following the instructions in that file

About

A template project for any npm package


Languages

Language:TypeScript 94.0%Language:Shell 6.0%