Skip to content

sabovyan/node-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Node App

Motivation

I always like to play with new tech and tools. And this is a small project to skip some configuration steps when creating a new library. What's the advantage of this ? So you can create your own template and use this tool to create a new library with your own template.

My current template is configured with

  • typescript configured with tsup for bundling
  • eslint configured with @typescript-eslint/eslint-plugin, eslint-config-prettier, eslint-plugin-prettier & prettier,
  • vitest for testing

Installation

git clone git@github.com:sabovyan/node-config.git
cd node-config
npm link

Usage

node-setup

Dependencies

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published