1.0.3 ā€¢ Published 4 years ago

@mitchellsimoens/pre-prompt v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

GitHub release npm npm PRs Welcome MIT Licensed

Asks the user for confirmation to proceed in a pre script.

šŸ  Homepage

Install

npm install --save-exact @mitchellsimoens/pre-prompt

Usage

{
  "scripts": {
    "predeploy": "pre-prompt",
    "deploy": "...."
  }
}

When npm run deploy is run, the user will be asked to proceed. The user can type any of the following choices (case-insenstive):

  • ok
  • sure
  • yep
  • yes

Author

šŸ‘¤ Mitchell Simoens <mitchellsimoens@gmail.com>

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Mitchell Simoens <mitchellsimoens@gmail.com>.

This project is MIT licensed.