diff --git a/tests/real-examples/real-examples-results.yaml b/tests/real-examples/real-examples-results.yaml index d8786bf..526373d 100644 --- a/tests/real-examples/real-examples-results.yaml +++ b/tests/real-examples/real-examples-results.yaml @@ -1,135 +1,3 @@ -https://stackoverflow.com/questions/29461831: - comment: high scored - post: question - registry: npm - results: - - range: npmjs.com - type: npm - name: node-sass - - range: npm i node-sass - type: npm - name: node-sass - - range: |- - npm uninstall --save-dev gulp-sass - npm install --save-dev gulp-sass@2 - - type: npm - name: gulp-sass - version: '2' - - range: |- - npm install node-sass - - type: npm - name: node-sass - - range: |- - npm uninstall node-sass - npm install node-sass - - type: npm - name: node-sass - - range: |- - sudo npm install -g n - sudo n 0.12.7 - npm install node-sass@2 - sudo npm -g install node-gyp@3 - npm rebuild node-sass - - type: npm - name: 'n' - - range: |- - sudo npm install -g n - sudo n 0.12.7 - npm install node-sass@2 - sudo npm -g install node-gyp@3 - npm rebuild node-sass - - type: npm - name: node-sass - version: '2' - - range: |- - sudo npm install -g n - sudo n 0.12.7 - npm install node-sass@2 - sudo npm -g install node-gyp@3 - npm rebuild node-sass - - type: npm - name: node-gyp - version: '3' - - range: >- - npm install -g n - - rm -R node_modules/ - - npm install [email protected] - - npm -g install node-gyp@3 - - npm uninstall gulp-sass - - npm install gulp-sass@2 - - npm rebuild node-sass - - ionic setup sass - - - type: npm - name: 'n' - - range: >- - npm install -g n - - rm -R node_modules/ - - npm install [email protected] - - npm -g install node-gyp@3 - - npm uninstall gulp-sass - - npm install gulp-sass@2 - - npm rebuild node-sass - - ionic setup sass - - - type: npm - name: node-gyp - version: '3' - - range: >- - npm install -g n - - rm -R node_modules/ - - npm install [email protected] - - npm -g install node-gyp@3 - - npm uninstall gulp-sass - - npm install gulp-sass@2 - - npm rebuild node-sass - - ionic setup sass - - - type: npm - name: gulp-sass - version: '2' - - range: |- - sudo npm uninstall --save gulp-sass - npm install --save gulp-sass@2 - npm update - npm rebuild node-sass - - type: npm - name: gulp-sass - version: '2' https://stackoverflow.com/questions/9629682: comment: many links, npm.org without www post: answer @@ -1446,285 +1314,6 @@ https://stackoverflow.com/questions/22563281: type: npm name: ios-sim version: ~1.8 -https://stackoverflow.com/a/65043610/839513: - comment: multiple commands in the same line - post: answer - registry: npm - results: - - range: npm i create-react-app - type: npm - name: create-react-app - - range: npx create-react-app new-app - type: npm - name: create-react-app - - range: npm init react-app new-app - type: npm - name: create-react-app - - range: |- - npx create-react-app@latest your-project-name --use-npm - - type: npm - name: create-react-app - - range: npm install -g create-react-app - type: npm - name: create-react-app - - range: npx create-react-app my-app - type: npm - name: create-react-app - - range: >- - npm uninstall -g create-react-app && npm i -g npm@latest - && npm cache clean -f && npx create-react-app@latest - my-app --use-npm - - - type: npm - name: npm - - range: >- - npm uninstall -g create-react-app && npm i -g npm@latest - && npm cache clean -f && npx create-react-app@latest - my-app --use-npm - - - type: npm - name: create-react-app - - range: npm install -g create-react-app - type: npm - name: create-react-app - - range: |- - # for npm: - npm i create-react-app - - # for yarn: - yarn add create-react-app - - type: npm - name: create-react-app - - range: |- - # for npm: - npm i create-react-app - - # for yarn: - yarn add create-react-app - - type: npm - name: create-react-app - - range: |- - # for npx: - npx create-react-app my-app - - # for npm: - npm init react-app my-app - - # for yarn: - yarn create react-app my-app - - type: npm - name: create-react-app - - range: |- - # for npx: - npx create-react-app my-app - - # for npm: - npm init react-app my-app - - # for yarn: - yarn create react-app my-app - - type: npm - name: create-react-app - - range: |- - # for npx: - npx create-react-app my-app - - # for npm: - npm init react-app my-app - - # for yarn: - yarn create react-app my-app - - type: npm - name: create-react-app - - range: npx create-react-app my-app - type: npm - name: create-react-app - - range: npm install -g create-react-app - type: npm - name: create-react-app - - range: |- - npm update npx - - type: npm - name: npx - - range: npx create-react-app@latest my-app --template typescript - type: npm - name: create-react-app - - range: |- - npm i create-react-app # or yarn add create-react-app - - type: npm - name: create-react-app - - range: |- - npm uninstall -g create-react-app - npm install create-react-app - - type: npm - name: create-react-app - - range: |- - npm install create-react-app - - type: npm - name: create-react-app - - range: |- - npx create-react-app my-app - - type: npm - name: create-react-app - - range: npm install -g npm@latest - type: npm - name: npm - - range: |- - npm init react-app my-app - - type: npm - name: create-react-app - - range: |- - yarn create react-app my-app - - type: npm - name: create-react-app - - range: npx create-react-app my-app - type: npm - name: create-react-app - - range: |- - npm install npm@latest -g - - type: npm - name: npm - - range: npx create-react-app app_name - type: npm - name: create-react-app - - range: |- - npx clear-npx-cache - - type: npm - name: clear-npx-cache - - range: |- - npx create-react-app my-app - - type: npm - name: create-react-app - - range: |- - npx create-react-app appname - - type: npm - name: create-react-app - - range: >- - sudo npm uninstall create-react-app -g - - - sudo npm install [email protected] - -g - - - npx create-react-app my-app - - - type: npm - name: create-react-app - - range: |- - npx create-react-app@latest app-name - - type: npm - name: create-react-app - - range: |- - npm install -g npm@latest - npx create-react-app my-app - - type: npm - name: npm - - range: |- - npm install -g npm@latest - npx create-react-app my-app - - type: npm - name: create-react-app - - range: |- - npm uninstall -g create-react-app - npm install -g create-react-app - //OR - npx create-react-app my-app - - type: npm - name: create-react-app - - range: |- - npm uninstall -g create-react-app - npm install -g create-react-app - //OR - npx create-react-app my-app - - type: npm - name: create-react-app - - range: |- - npm install create-react-app - - type: npm - name: create-react-app - - range: npx create-react-app my-app - type: npm - name: create-react-app - - range: npm install create-react-app - type: npm - name: create-react-app - - range: npm update npx - type: npm - name: npx - - range: npx create-react-app "your preferred project name" - type: npm - name: create-react-app - - range: >- - npm uninstall -g create-react-app && npm i -g npm@latest - && npm cache clean -f && npx create-react-app my-app - - - type: npm - name: npm - - range: >- - npm uninstall -g create-react-app && npm i -g npm@latest - && npm cache clean -f && npx create-react-app my-app - - - type: npm - name: create-react-app - - range: |- - npm i create-react-app - - type: npm - name: create-react-app - - range: |- - npm i create-react-app - - type: npm - name: create-react-app - - range: yarn add create-react-app - type: npm - name: create-react-app - - range: |- - npm install -g create-react-app - - type: npm - name: create-react-app - - range: |- - npx create-react-app <project_name> - - type: npm - name: create-react-app - - range: |- - npm install -g create-react-app - - type: npm - name: create-react-app https://stackoverflow.com/questions/2817869: comment: high scored post: question @@ -2208,56 +1797,6 @@ https://stackoverflow.com/a/15374626: post: answer registry: go results: [] -https://stackoverflow.com/a/57694628: - comment: go get with version and special chars - post: answer - registry: go - results: - - range: |- - export GOPATH=~/ - go get github.com/whateveruser/whateverrepo - cd ~/src/github.com/whateveruser/whateverrepo - git tag -l - # supose tag v0.0.2 is correct version - git checkout tags/v0.0.2 - go run whateverpackage/main.go - - type: go - name: github.com/whateveruser/whateverrepo - - range: >- - go get github.com/someone/some_module@master - - go get github.com/someone/[email protected] - - go get github.com/someone/some_module@commit_hash - - - type: go - name: github.com/someone/some_module - - range: >- - go get github.com/someone/some_module@master - - go get github.com/someone/[email protected] - - go get github.com/someone/some_module@commit_hash - - - type: go - name: github.com/someone/some_module - - range: |- - go install github.com/someone/some_module - - type: go - name: github.com/someone/some_module - - range: |- - go install github.com/someone/some_module@commit_hash - - type: go - name: github.com/someone/some_module https://stackoverflow.com/a/28857808: comment: github subfolder post: answer diff --git a/tests/real-examples/real-examples.yaml b/tests/real-examples/real-examples.yaml index 583af67..296cbd7 100644 --- a/tests/real-examples/real-examples.yaml +++ b/tests/real-examples/real-examples.yaml @@ -1,8 +1,4 @@ links: - https://stackoverflow.com/questions/29461831: - comment: high scored - post: question - registry: npm https://stackoverflow.com/questions/9629682: comment: many links, npm.org without www post: answer @@ -76,10 +72,6 @@ links: comment: with semver ~ post: answer registry: npm - https://stackoverflow.com/a/65043610/839513: - comment: multiple commands in the same line - post: answer - registry: npm https://stackoverflow.com/questions/2817869: comment: high scored @@ -122,10 +114,6 @@ links: comment: package from code.google.com post: answer registry: go - https://stackoverflow.com/a/57694628: - comment: go get with version and special chars - post: answer - registry: go https://stackoverflow.com/a/28857808: comment: github subfolder post: answer