This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
Tristan Daniël Maat 594e9bcbfd
Hack in a package.yaml instead of package.json
json is just incredibly tedious to use for this, especially because of
lack of comments.

Upstream has been informed of this many times apparently, npm won't
change it. Just hack it downstream.

npm will never get better, will it...
2022-08-05 19:25:14 +01:00
nix Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
src Start linting with eslint 2022-08-03 19:00:53 +01:00
.dir-locals.el Clean up dev workflow a bit 2022-08-01 21:15:30 +01:00
.eslintrc.yaml Start linting with eslint 2022-08-03 19:00:53 +01:00
.gitignore Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
.parcelrc Update dependencies 2020-05-31 03:54:38 +01:00
.posthtmlrc Clean up dev workflow a bit 2022-08-01 21:15:30 +01:00
.prettierrc Format codebase with `prettier` 2022-08-01 21:43:50 +01:00
README.md Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
flake.lock Clean up and update flake 2022-07-30 17:42:07 +01:00
flake.nix Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
package-lock.json Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
package.yaml Hack in a package.yaml instead of package.json 2022-08-05 19:25:14 +01:00
tsconfig.json Start linting with eslint 2022-08-03 19:00:53 +01:00

README.md

tlaternet-templates

Website templates bundled with parcel.

Updating

When adding/removing packages from package.yaml, the corresponding package.json and package-lock.json need to be updated. Use:

nix run .#update-lockfile

When ignoring semver is desired, use:

nix run .#update-lockfile -- --ignore-semver