Link to related projects

This commit is contained in:
Stéphan Kochen
2020-09-27 11:38:15 +02:00
parent 00b404aad7
commit 48f6aac480
+12
View File
@@ -27,6 +27,18 @@ zero-install).
[nix]: https://nixos.org [nix]: https://nixos.org
[yarn]: https://yarnpkg.com [yarn]: https://yarnpkg.com
Related projects:
- [node2nix], [yarn2nix]: Both do a similar job, but as separate commands. By
comparison, this plugin tries to automate the process and make things easy
for Nix and non-Nix devs alike.
- [composer-plugin-nixify]: Similar solution for PHP with Composer.
[node2nix]: https://github.com/svanderburg/node2nix
[yarn2nix]: https://github.com/nix-community/yarn2nix/
[composer-plugin-nixify]: https://github.com/stephank/composer-plugin-nixify
## Usage ## Usage
The minimum version of Yarn is 2.2.0. Run the following in your project folder The minimum version of Yarn is 2.2.0. Run the following in your project folder