Skip to content

invrs/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Starter

Inverse best practices for new Node projects.

clone->kill

Feature Usage
Babel build with async/await and object rest/spread npm run build
ESLint on JS with prettier npm run lint and npm run fix
Prettier on css, json, md npm run pretty
Jest testing npm test
Pre-commit pretty, fix, and test husky and lint-staged

Start a project

git clone git@github.com:invrs/node-starter.git [PROJECT]
cd [PROJECT]
rm -rf .git && git init .
git remote add origin git@github.com:invrs/[PROJECT].git

Edit package.json and README.md.

About

Inverse best practices for new Node projects

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages