The Ship script automates the process of updating the package version, staging changes, committing to Git, and deploying to Vercel.
- Save the script to a file named
ship.shin your project directory. - Make the script executable:
| const language_colors = { | |
| "ABAP": "#E8274B", | |
| "ActionScript": "#882B0F", | |
| "Ada": "#02f88c", | |
| "Agda": "#315665", | |
| "AGS Script": "#B9D9FF", | |
| "Alloy": "#64C800", | |
| "AMPL": "#E6EFBB", | |
| "ANTLR": "#9DC3FF", | |
| "API Blueprint": "#2ACCA8", |
| MIT License | |
| Copyright (c) 2022 Hash Minner | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |