0.0.26 • Published 2 years ago
@marsupialtail/scripts v0.0.26
scripts
Collection of global raven scripts.
🚨 ALWAYS PULL BEFORE MAKING CHANGES! Pushing to
mainwithout pulling may lead to merge conflicts.🚨 Do not change version in
package.json! The deploy bot automatically does it for you.
Installation
npm i -g @marsupialtail/scripts@latestUsage
algoraven <command>For example, run the following to upgrade all AlgoRaven NPM dependencies:
algoraven upravenOr, run the following to get a list of commands:
algoraven --helpContribution
Steps for contributing: 1. Create a feature branch 2. Push your code to your feature branch 3. Create a Pull Request on GitHub
Please contribute to thie repo with either of the following:
- Reusable functions
- Universally applicable constants
Testing
yarn buildnode build/index.js {script name} {...args}
Publishing to NPM
Pushes to main are automatically published to NPM. Please use caution and consult with the team before pushing to main.