mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
22 lines
485 B
YAML
Executable File
22 lines
485 B
YAML
Executable File
# To use on your manifest:
|
|
# - name: fnm
|
|
# type: manifest
|
|
# opts:
|
|
# source: git@github.com/chenasraf/sofmani.git
|
|
# path: docs/recipes/fnm.yml
|
|
install:
|
|
- name: fnm
|
|
type: group
|
|
post_install: |
|
|
fnm install --lts
|
|
fnm use lts-latest
|
|
steps:
|
|
- name: fnm
|
|
type: brew
|
|
- name: fnm
|
|
type: shell
|
|
platforms:
|
|
only: ['linux']
|
|
opts:
|
|
command: curl -fsSL https://fnm.vercel.app/install | bash
|