ilhamjaya08 / samp-query-ts

SA:MP Query SDK for Node and Typescript
Apache License 2.0
6 stars 1 forks source link

feat(*): 1.0.0 #2

Closed hansputera closed 5 months ago

hansputera commented 5 months ago

Changelogs

Building / Compiling

  1. Make sure your environment has pnpm package manager installed
  2. Install required devDependencies using pnpm i OR pnpm install
  3. Compile using pnpm run build or simply type tsc
  4. Create file .npmignore with contents:
    
    node_modules/
    src/
    tests/

tsconfig.json ava.config.js pnpm-lock.yaml


5. Now, you are ready to publish it on npmjs or another registry

## References
1. https://sampwiki.blast.hk/wiki/Query_Mechanism - Packet buffer documentation
6. https://www.open.mp/ - Data Reference
ilhamjaya08 commented 5 months ago

LGTM

ilhamjaya08 commented 5 months ago

Thanks for contributing ^_^