Socket
Book a DemoInstallSign in
Socket

init-npm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

init-npm

Initialize your project.

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

init-npm

CLI for initializing NPM project on Github.

npm version

Prerequisites (Recommend)

Recommend to set config options for the init command.

$ npm set init.author.email "example-user@example.com"
$ npm set init.author.name "example_user"
$ npm set init.license "MIT"

How to use

$ npx init-npm
# or install init-npm globally then run init-npm

After init-npm you just need to add remote repo, and push the commit.
(You can see the current status with git status)

License

MIT Licensed

Keywords

automation

FAQs

Package last updated on 14 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts