muskanmahajan37 / tools

The Material Motion team's tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Motion Tools

Welcome to the Material Motion's tools documentation.

Installation

Our team uses a custom tool called mdm to manage our team's tooling. We encourage adding this tool to your PATH so that you can access it from anywhere on your computer:

git clone --recursive git@github.com:material-motion/tools.git
cd tools
echo "export PATH=$(dirname $(find $(pwd) -regex '.*bin/mdm')):\$PATH"

Add the output path to whichever file your shell uses to configure environment variables. This is often ~/.bash_profile or ~/.bashrc.

# edit ~/.bash_profile
source ~/.bash_profile

You can now run the mdm tool installer like so:

mdm tools

Or the automated variant:

mdm tools install

Learn more about each mdm command by running mdm help or by reading the docs on GitHub.

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

The Material Motion team's tools

License:Other


Languages

Language:Shell 54.4%Language:JavaScript 20.8%Language:PHP 9.0%Language:Swift 5.8%Language:Ruby 3.2%Language:TypeScript 2.6%Language:Java 2.3%Language:Objective-C 1.1%Language:C 0.5%Language:CSS 0.3%