Skip to content

Instantly share code, notes, and snippets.

@dherman
Last active October 4, 2018 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dherman/34dd8b865366d7bd8856ac6665a375e9 to your computer and use it in GitHub Desktop.
Save dherman/34dd8b865366d7bd8856ac6665a375e9 to your computer and use it in GitHub Desktop.
alternative syntaxes for notion project-vs-user toolchain commands

Symmetric

Use

  • notion use node 8
  • notion use ember-cli 3.4
  • notion use yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Set

  • notion set node 8
  • notion set ember-cli 3.4
  • notion set yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Pin

  • notion pin node 8
  • notion pin ember-cli 3.4
  • notion pin yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Save

  • notion save node 8
  • notion save ember-cli 3.4
  • notion save yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Add

  • notion add node 8
  • notion add ember-cli 3.4
  • notion add yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Choose

  • notion choose node 8
  • notion choose ember-cli 3.4
  • notion choose yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Select

  • notion select node 8
  • notion select ember-cli 3.4
  • notion select yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Pick

  • notion pick node 8
  • notion pick ember-cli 3.4
  • notion pick yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Asymmetric

Use

  • notion use node 8
  • yarn add ember-cli 3.4
  • notion use yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Set

  • notion set node 8
  • yarn add ember-cli 3.4
  • notion set yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Pin

  • notion pin node 8
  • yarn add ember-cli 3.4
  • notion pin yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Save

  • notion save node 8
  • yarn add ember-cli 3.4
  • notion save yarn 1.10
  • notion install heroku 7
  • notion install node 10

Add

  • notion add node 8
  • yarn add ember-cli 3.4
  • notion add yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Choose

  • notion choose node 8
  • yarn add ember-cli 3.4
  • notion choose yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Select

  • notion select node 8
  • yarn add ember-cli 3.4
  • notion select yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default

Pick

  • notion pick node 8
  • yarn add ember-cli 3.4
  • notion pick yarn 1.10
  • notion install heroku 7
  • notion install node 10
  • notion install npm default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment