ghostwriter/nixify

Nix tool for PHP

Fund package maintenance!
ghostwriter

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/ghostwriter/nixify


README

GitHub Sponsors Automation Supported PHP Version Downloads

Nix tool for PHP projects.

Installation

You can install the package via composer:

composer require ghostwriter/nixify

Star ⭐️ this repo if you find it useful

You can also star (🌟) this repo to find it easier later.

Usage

vendor/bin/nixify

Generates a default.nix file for the project.

vendor/bin/nixify make:default-nix

Generates a flake.nix file for the project.

vendor/bin/nixify make:flake-nix

Generates a shell.nix file for the project.

vendor/bin/nixify make:shell-nix

Locks Nix dependencies to latest versions.

vendor/bin/nixify lock

Updates Nix files to the latest version.

vendor/bin/nixify update

Credits

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

License

Please see LICENSE for more information on the license that applies to this project.

Security

Please see SECURITY.md for more information on security disclosure process.