2.3.0 • Published 6 years ago
new-dev-setup v2.3.0
new-dev-setup
Get your new GS&F laptop set up
This installs a lot of nice things so you don’t have to:
- macOS Command Line Tools such as
git,make, and Swift CLI tools - Properly sets up Node.js using
n- only 1 instance of Node.js/npm is ever resolvable at once) - Browsers: Firefox and Chrome by default
- Editors: Atom and Code by default
- And more
If there’s something missing, please either open an issue or add it yourself and make a pull request.
Usage
Use the 1-liner installation to run latest version directly from the repo (recommended):
bash <(curl -L 'https://raw.githubusercontent.com/gsandf/new-dev-setup/master/setup')Alternatively, you can install download the latest release, ensure the file is executable (e.g. chmod +x ./setup) and run:
./setupContributing
With Yarn installed, run yarn install to install all dependencies.
Common Tasks
yarn buildwill build thesetupbinary at./dist/setupyarn devwill start the project from thesrc/directory
License
MIT