npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fvm-installer

v1.1.8

Published

Resource Installer for FiveM

Downloads

36

Readme

FiveM Installer

FiveM Installer is a package for FiveM Server (FX). This scripts download resources to build your server. Is not longer maintained by me but by the community. La version française est en bas de la page.

Compatible resources list: https://github.com/qlaffont/fvm-installer-list/blob/master/README.md

Liste des ressources compatible: https://github.com/qlaffont/fvm-installer-list/blob/master/README.md

Installation

npm install -g fvm-installer

Options

--save You can use --save option for (install/update/delete) to save installed script in scripts.json

--folder=<folder_name> You can use --folder option for (install) to save installed script in dedicated folder.

Usage

You need to be in FX Server Folder and have downloaded resources/ folder (or create one) Package name format is : "user/repo. Example: fivemtools/ft_ui. All packages need to come from Github.

Initialise FiveM Installer Folder :

λ fvm init

Initialisation of FiveM Installer directory !


Name: Sample FiveM Server
Author: Quentin Laffont
Website: https://qlaffont.com


Initialisation of FiveM Installer directory finish ! You can now use fvm installer.

Install one or more packages in resources :

You can specify a version with resource_name@number. (Example: fivemtools/[email protected])

You can specify a folder where your script can be saved with --folder option. (Example, here we register our script in resources/[ft]/ft_ui: fvm install fivemtools/ft_ui --save --folder=ft)

λ fvm install fivemtools/ft_ui

Installing ft_ui - 0.1
https://api.github.com/repos/FivemTools/ft_ui/zipball/0.1

Installation Successful !

Have list of all packages can be upgraded :

λ fvm update

This package can be upgraded:

fivemtools/ft_ui        Installed: 0.1

To upgrade packages, do fvm update <package_name>

Upgrade package to last version

λ fvm update fivemtools/ft_ui

Updating ft_ui - 0.1 -> 0.1
https://api.github.com/repos/FivemTools/ft_ui/zipball/0.1


Update Successful !

Remove package

λ fvm remove fivemtools/ft_ui

Delete Successful of fivemtools/ft_ui

FiveM Installer

FiveM Installer est un utilitaire pour pouvoir télécharger des scripts de FiveM pour un serveur FX. Le projet n'est plus maintenu par moi mais par la communauté.

Installation

npm install -g fvm-installer

Options

--save Tu peux utiliser --save pour pouvoir avoir un fichier de configuration nommé scripts.json avec tous les scripts installés (installation/mis à jour/suppression).

--folder=<folder_name> Te permet d'installer ton script dans un dossier dédié (installation).

Usage

Tu doit être dans un dossier FX Server contenant le dossier resources (sinon il faut l'ajouter) Format du package : "utilisateur/repository. Exemple: fivemtools/ft_ui. Les packages doivent venir de Github

Initialiser le dossier FiveM Installer :

λ fvm init

Initialisation of FiveM Installer directory !


Name: Sample FiveM Server
Author: Quentin Laffont
Website: https://qlaffont.com


Initialisation of FiveM Installer directory finish ! You can now use fvm installer.

Installer une ou plusieurs ressources : Tu peux spécifier la version avec nom_ressource@numéro_de_version. (Exemple: fivemtools/[email protected])

Tu peux spécifier où le script peux être installer avec l'option --folder. (Exemple, ici on enregistre le script dans resources/[ft]/ft_ui: fvm install fivemtools/ft_ui --save --folder=ft)

λ fvm install fivemtools/ft_ui

Installing ft_ui - 0.1
https://api.github.com/repos/FivemTools/ft_ui/zipball/0.1

Installation Successful !

Liste des ressources à mettre à jour :

λ fvm update

This package can be upgraded:

fivemtools/ft_ui        Installed: 0.1

To upgrade packages, do fvm update <package_name>

Mettre à jour à la dernière version :

λ fvm update fivemtools/ft_ui

Updating ft_ui - 0.1 -> 0.1
https://api.github.com/repos/FivemTools/ft_ui/zipball/0.1


Update Successful !

Supprimer une ressource

λ fvm remove fivemtools/ft_ui

Delete Successful of fivemtools/ft_ui