Skip to content

Commit

Permalink
Merge pull request #225 from TobyAndToby/ts/pnpm
Browse files Browse the repository at this point in the history
Add pnpm Support
  • Loading branch information
tobysmith568 committed Nov 20, 2023
2 parents cfc1796 + 4c49af7 commit a3f9934
Show file tree
Hide file tree
Showing 39 changed files with 1,575 additions and 8,930 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
[*.{md,mdx}]
max_line_length = off
trim_trailing_whitespace = false
13 changes: 13 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/nx-console.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.generate-license-file.dir/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Advanced configuration of the generated output can be done using a configuration

Config files can be called either `.glf` or `.generatelicensefile` and can be customised using the following options:

- Optionally ending with `rc`
- Being in a `/.config` directory (no longer needs the `.` prefix on the file name)
- Have the following file endings: `.json`, `jsonc`, `.json5`, `.yaml`, `.yml`, `.js`, `.cjs`
- File name can optionally end with `rc`
- Can be in a `./.config` directory (no longer needs the `.` prefix on the file name)
- Have the following file extensions: `.json`, `jsonc`, `.json5`, `.yaml`, `.yml`, `.js`, `.cjs`

E.g. `.glf.json`, `.glfrc.yml`, `.generatelicensefile.jsonc`, `.config/glf.js`, and more.

Expand Down
Loading

0 comments on commit a3f9934

Please sign in to comment.