You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ There are 270 packages in Nevermore.
171
171
|[HumanoidUtils](https://quenty.github.io/NevermoreEngine/api/HumanoidUtils)| General humanoid utility code. |`npm i @quenty/humanoidutils`|[docs](https://quenty.github.io/NevermoreEngine/api/HumanoidUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/humanoidutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/humanoidutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/humanoidutils)|
172
172
|[IdleService](https://quenty.github.io/NevermoreEngine/api/IdleService)| Helps track whether or not a player is idle and if so, then can show UI or other cute things. |`npm i @quenty/idleservice`|[docs](https://quenty.github.io/NevermoreEngine/api/IdleService)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/idleservice)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/idleservice/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/idleservice)|
173
173
|[IK](https://quenty.github.io/NevermoreEngine/api/IKService)| Inverse Kinematics for characters on Roblox |`npm i @quenty/ik`|[docs](https://quenty.github.io/NevermoreEngine/api/IKService)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/ik)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/ik/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/ik)|
174
-
|[InfluxDBClient](https://quenty.github.io/NevermoreEngine/api/InfluxDBClientUtils)| Provides a Roblox Lua InfluxDB client |`npm i @quenty/influxdbclient`|[docs](https://quenty.github.io/NevermoreEngine/api/InfluxDBClientUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/influxdbclient)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/influxdbclient/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/influxdbclient)|
174
+
|[InfluxDBClient](https://quenty.github.io/NevermoreEngine/api/InfluxDBClient)| Provides a Roblox Lua InfluxDB client |`npm i @quenty/influxdbclient`|[docs](https://quenty.github.io/NevermoreEngine/api/InfluxDBClient)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/influxdbclient)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/influxdbclient/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/influxdbclient)|
175
175
|[InputKeyMapUtils](https://quenty.github.io/NevermoreEngine/api/InputKeyMapList)| System to define rebindable key bindings and inputs for Roblox. |`npm i @quenty/inputkeymaputils`|[docs](https://quenty.github.io/NevermoreEngine/api/InputKeyMapList)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputkeymaputils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputkeymaputils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/inputkeymaputils)|
176
176
|[InputMode](https://quenty.github.io/NevermoreEngine/api/InputMode)| Trace input mode state and trigger changes correctly |`npm i @quenty/inputmode`|[docs](https://quenty.github.io/NevermoreEngine/api/InputMode)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputmode)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputmode/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/inputmode)|
177
177
|[InputObjectUtils](https://quenty.github.io/NevermoreEngine/api/InputObjectRayUtils)| Provides utility functions involving input objects |`npm i @quenty/inputobjectutils`|[docs](https://quenty.github.io/NevermoreEngine/api/InputObjectRayUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputobjectutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/inputobjectutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/inputobjectutils)|
@@ -226,8 +226,8 @@ There are 270 packages in Nevermore.
226
226
|[PlayerHumanoidBinder](https://quenty.github.io/NevermoreEngine/api/PlayerHumanoidBinder)| Binder that will automatically bind to each player's humanoid |`npm i @quenty/playerhumanoidbinder`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerHumanoidBinder)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerhumanoidbinder)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerhumanoidbinder/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/playerhumanoidbinder)|
227
227
|[PlayerInputMode](https://quenty.github.io/NevermoreEngine/api/PlayerInputModeService)| Service that takes active input modes from the player and exposes it to every other player via the server. |`npm i @quenty/playerinputmode`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerInputModeService)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerinputmode)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerinputmode/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/playerinputmode)|
228
228
|[PlayersServicePromises](https://quenty.github.io/NevermoreEngine/api/PlayersServicePromises)| Utility methods for async methods in Players service |`npm i @quenty/playersservicepromises`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayersServicePromises)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/playersservicepromises)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/playersservicepromises/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/playersservicepromises)|
229
-
|[PlayerThumbnailUtils](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)| Utility methods to query policies for players from PolicyService. |`npm i @quenty/policyserviceutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/policyserviceutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/policyserviceutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/policyserviceutils)|
230
229
|[PlayerThumbnailUtils](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)| Reimplementation of Player:GetUserThumbnailAsync but as a promise with retry logic |`npm i @quenty/playerthumbnailutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerthumbnailutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerthumbnailutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/playerthumbnailutils)|
230
+
|[PlayerThumbnailUtils](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)| Utility methods to query policies for players from PolicyService. |`npm i @quenty/policyserviceutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerThumbnailUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/policyserviceutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/policyserviceutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/policyserviceutils)|
231
231
|[PlayerUtils](https://quenty.github.io/NevermoreEngine/api/PlayerUtils)| Player utility functions |`npm i @quenty/playerutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/playerutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/playerutils)|
232
232
|[PolynomialUtils](https://quenty.github.io/NevermoreEngine/api/PolynomialUtils)| Solves polynomials of certain degrees. |`npm i @quenty/polynomialutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PolynomialUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/polynomialutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/polynomialutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/polynomialutils)|
233
233
|[PreferredParentUtils](https://quenty.github.io/NevermoreEngine/api/PreferredParentUtils)| Handles logic for creating a "preferred" parent container or erroring if it already exists |`npm i @quenty/preferredparentutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PreferredParentUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/preferredparentutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/preferredparentutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/preferredparentutils)|
@@ -335,4 +335,21 @@ There are 270 packages in Nevermore.
335
335
336
336
<!--package-list-generated-end-->
337
337
338
-
To update this package list run `python ./tools/update_readme.py`.
338
+
To update this package list run `python ./tools/update_readme.py`.
339
+
340
+
## Linting
341
+
342
+
In order to pass linting please run the following checks locally, within the Nevermore directory.
343
+
344
+
```
345
+
npm run lint:luau
346
+
npm run lint:moonwave
347
+
npm run lint:selene
348
+
npm run lint:stylua
349
+
```
350
+
351
+
To fix stylua formatting you can run the following
0 commit comments