Added nx
This commit is contained in:
parent
b37061808d
commit
c4622f48fb
2 changed files with 6 additions and 0 deletions
|
@ -1065,6 +1065,7 @@ softwareGroups:
|
|||
- npkill
|
||||
- npm-check # Similar to npm-check-updates
|
||||
- npm-check-updates
|
||||
- nx
|
||||
- oclif
|
||||
- osx-sign
|
||||
- package-size
|
||||
|
|
|
@ -6057,6 +6057,11 @@ softwarePackages:
|
|||
cask: nextcloud
|
||||
choco: nextcloud-client
|
||||
flatpak: com.nextcloud.desktopclient.nextcloud
|
||||
nx:
|
||||
_bin: nx
|
||||
_github: https://github.com/nrwl/nx
|
||||
_name: NX
|
||||
npm: nx
|
||||
nginx:
|
||||
_bin: nginx
|
||||
_desc: It also generates sites-enabled proxies using YML configurations. Easter eggs included. [Nginx](https://www.nginx.com/), stylized as NGINX, nginx or NginX, is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. The software was created by Igor Sysoev and publicly released in 2004. Nginx is free and open-source software, released under the terms of the 2-clause BSD license.
|
||||
|
|
Loading…
Reference in a new issue