Socket
Book a DemoInstallSign in
Socket

git-dummy-commit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-dummy-commit

Create a dummy commit for testing

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

git-dummy-commit Build Status

Create a dummy commit for testing

Install

$ npm install --save-dev git-dummy-commit

Usage

const gitDummyCommit = require('git-dummy-commit');

gitDummyCommit('unicorns');
//=> created a commit with message "unicorns"

API

gitDummyCommit(msg)

msg

Type: any Default: 'Test commit'

Commit message.

CLI

$ npm install --global git-dummy-commit
$ git-dummy-commit unicorns

License

MIT © Steve Mao

Keywords

cli-app

FAQs

Package last updated on 13 Aug 2016

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