Merge branch 'attempt2' of https://git.wit.org/ben/obdev into attempt2
This commit is contained in:
commit
54ac6a05a3
29
Makefile
29
Makefile
|
@ -7,14 +7,14 @@ pull:
|
|||
git pull
|
||||
|
||||
version:
|
||||
@rails --version
|
||||
@whereis rails
|
||||
@echo "npm" `npm --version`
|
||||
@whereis npm
|
||||
@echo "yarn" `yarn -version`
|
||||
@whereis yarn
|
||||
@ruby --version
|
||||
@whereis ruby
|
||||
-@rails --version
|
||||
-@whereis rails
|
||||
-@echo "npm" `npm --version`
|
||||
-@whereis npm
|
||||
-@echo "yarn" `yarn -version`
|
||||
-@whereis yarn
|
||||
-@ruby --version
|
||||
-@whereis ruby
|
||||
|
||||
reset:
|
||||
git reset --hard
|
||||
|
@ -45,3 +45,16 @@ reset:
|
|||
# ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
|
||||
# ruby: /usr/bin/ruby /usr/lib/x86_64-linux-gnu/ruby /usr/lib/ruby /home/mariam/.rbenv/shims/ruby /usr/share/man/man1/ruby.1.gz
|
||||
# mariam@flippy:~/obdev$
|
||||
#
|
||||
# +firstscaffold:
|
||||
# rails generate lsdslkjdkl Product
|
||||
|
||||
# ben@tempy:~/obdev$ make version
|
||||
# Rails 7.1.2
|
||||
# rails: /usr/bin/rails /home/ben/.rbenv/shims/rails
|
||||
# npm 10.2.4
|
||||
# npm: /usr/bin/npm /usr/share/npm /home/ben/.nvm/versions/node/v20.11.0/bin/npm /usr/share/man/man1/npm.1.gz
|
||||
# yarn 1.22.19
|
||||
# yarn: /usr/bin/yarn /usr/share/yarn
|
||||
# ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
|
||||
# ruby: /usr/bin/ruby /usr/lib/x86_64-linux-gnu/ruby /usr/lib/ruby /home/ben/.rbenv/shims/ruby /usr/share/man/man1/ruby.1.gz
|
||||
|
|
Loading…
Reference in New Issue