webinstall / webi-installer-requests

This is just to house issues for requests for new Webi installers.
Mozilla Public License 2.0
6 stars 13 forks source link

[Installer] Add codi.vim #59

Open coolaj86 opened 3 years ago

coolaj86 commented 3 years ago

Add vim-shfmt

We'd like to get codi.vim (https://github.com/metakirby5/codi.vim) as vim-codi because it lets us see code evaluations in realtime.

This will be similar to our vim-prettier and vim-nerdtree installers.

git clone --depth=1 https://github.com/metakirby5/codi.vim ~/.vim/pack/plugins/start/codi.vim
~/.vim/plugins/codi.vim
" no idea what the default options ought to be

How to create a webi installer

Video Tutorial: How to create a webi Installer

Skills required

Steps

  1. Clone and setup the webi packages repo
    git clone git@github.com:webinstall/packages.git
    pushd packages/
    npm install
  2. Copy the example template and update with info from Official Releases: https://github.com/___CHANGE/ME___/releases
    rsync -av _example/ CHANGE-ME/
    • [ ] update CHANGE-ME/release.js to use the official repo
    • [ ] Learn how CHANGE-ME unpacks (i.e. as a single file? as a .tar.gz? as a .tar.gz with a folder named CHANGE-ME?)
    • [ ] find and replace to change the name
      • [ ] update CHANGE-ME/install.sh (see bat and jq as examples)
      • [ ] update CHANGE-ME/install.ps1 (see bat and jq as examples)
  3. Needs an updated tagline and cheat sheet
    • [ ] update CHANGE-ME/README.md
      • [ ] official URL
      • [ ] tagline
      • [ ] Switch versions
      • [ ] description / summary
      • [ ] General pointers on usage (and perhaps "gotchas")

It's also okay to have multiple people work on part of this (i.e. the Cheat Sheet can be done independently from the install.sh)

anshdhinhgra47 commented 3 years ago

Hey @coolaj86! I'd like to work on this issue. Can I take this up ?

coolaj86 commented 3 years ago

@anshdhinhgra47 Do it!

anshdhinhgra47 commented 3 years ago

Thank you :)

anshdhinhgra47 commented 3 years ago

Hi @coolaj86! I was just trying to run the webi installer when the following errors occurred:

Screenshot 2021-05-05 at 9 23 26 PM

I check the repo and there weren't any releases for this one:

Screenshot 2021-05-05 at 9 23 56 PM

Can you help me out on how to proceed ahead ?