Skip to content

jayrbolton/node-init-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple npm initialization script

chmod +x ./node-init-project.sh
./node-init-project.sh my-new-project "This is the description"

This is a simple script I use to initialize a new npm module.

  • Initialize git repo and npm package with version 0.0.1 and MIT license
  • Dev install dependency-check, standard, and tape
  • Create all boilerplate files
  • Git tag 0.0.1 and make an initial commit

Set these npm configuration variables:

npm config set init.author.github_name your-github-user-name-here
npm config set init.author.name your-name-here
npm config get init.author.email your-email-here

About

Simple script to start a new npm module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages