Socket
Socket
Sign inDemoInstall

make-dev-fast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-dev-fast

make-dev-fast


Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

make-dev-fast

Make development faster

Usage

$ npm i make-dev-fast -g

$ dev help

Commands

dev run

for NodeJs

If you don't specify a secondary subcommand, all the commands in the packages.scripts will be listed, you can choose one of this commands to continue.

You can also use commands like dev run build to execute build command in scripts.

dev git

If you don't specify a secondary subcommand, it will display all git subcommands such as commit,push, etc.

You can also use commands like dev git ps -l to execute add, cimmit and push in order.

advanced commands
dev git ad

Equivalent to git add --all

dev git ci

First, it will let you choose the type of Git commit, such as feat, fix, etc. Next, it will ask you to enter the commit message.

You can also use dev git ci -a to execute dev git ad, dev git ci in order.

dev git ps

Equivalent to git push origin <current branch name>

You can also use dev git ps -a to execute dev git ad, dev git ci and dev git ps in order.

dev git pl

Equivalent to git pull origin <current branch name>

dev git user

List all git user info

dev git user add

Add a new user

dev git match add

Add a new matching rule to a user

dev git match remove

Remove a matching rule for a user

dev git match list

List all matching rules for a user

dev command

dev command add
dev command list
dev command remove

用户自定义命令

ora 输出原始输出

FAQs

Package last updated on 01 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc