Welcome to pre-prompt 👋
Asks the user for confirmation to proceed in a pre script.
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):
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.