Update README
This commit is contained in:
parent
69bd4c6358
commit
87cf3355a8
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -1 +1,31 @@
|
|||
# dev-shells
|
||||
|
||||
A collection of pre-build Nix development shells.
|
||||
|
||||
## Available shells
|
||||
|
||||
- Go (includes `gopls`).
|
||||
- Node (includes `bun`, `eslint`, `pnpm`, `yarn` and `prettier`).
|
||||
- PHP 7.4 (includes Composer and Phpactor).
|
||||
- PHP 8.1 (includes Composer and Phpactor).
|
||||
- PHP 8.2 (includes Composer and Phpactor).
|
||||
- PHP 8.3 (includes Composer and Phpactor).
|
||||
- PHP 8.4 (includes Composer and Phpactor).
|
||||
- Sculpin (includes PHPUnit and Phpstan).
|
||||
- Tailwind CSS (uses Tailwind v4 and includes the Tailwind CSS language server).
|
||||
|
||||
## Usage
|
||||
|
||||
On the command line:
|
||||
|
||||
```shell
|
||||
nix develop git+https://code.oliverdavies.uk/opdavies/dev-shells#php84
|
||||
```
|
||||
|
||||
In `.envrc`:
|
||||
|
||||
```shell
|
||||
use flake "git+https://code.oliverdavies.uk/opdavies/dev-shells#php84"
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue