1.0.23 • Published 29 days ago

justwords-node-beta v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

Just Words Node SDK

Typescript library for Just Words (YC W24).

Installation

npm i justwords-node

Development

  • Compiles TypeScript code using both the tsconfig.json and tsconfig.module.json files.
  • Formats TypeScript code using Prettier.
  • Lints TypeScript code using ESLint.
  • Runs unit tests using AVA.
  • Generates code coverage reports using NYC.
  • Generates HTML documentation using TypeDoc.
  • Uses Husky Git hooks and Lint-staged pre-commit hooks.

Install the dependencies:

npm install

There are several scripts available to help you get started:


Compile the TypeScript code using both the tsconfig.json and tsconfig.module.json files.

npm run build

Formats the TypeScript code using Prettier and lints the code using ESLint, fixing any issues found.

npm run fix

Lints the TypeScript code using ESLint, checks the code formatting using Prettier, and runs the unit tests using AVA.

npm run test

Watches for changes in the TypeScript code and recompiles the code using tsconfig.json.

npm run watch:build

Watches for changes in the TypeScript code and re-runs the unit tests using AVA.

npm run watch:test

Generates an HTML report of the code coverage using NYC and opens the report in the browser.

npm run cov

Generates HTML documentation of the TypeScript code and opens the documentation in the browser.

npm run doc

The template uses Husky and Lint-staged to run pre-commit hooks that ensure your code is formatted, linted, tested, and documented before committing.


For more information on available scripts, see the Scripts section of the package.json file.

Contributing

To contribute to the project, please follow the guidelines for submitting issues and pull requests.

License

This project is licensed under the MIT License.

Acknowledgements

This project uses Prettier, ESLint, AVA, NYC, Husky, Lint-staged, TypeDoc.

1.0.23

29 days ago

1.0.22

30 days ago

1.0.20

1 month ago

1.0.19

1 month ago

1.0.18

1 month ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.15

1 month ago

1.0.14

1 month ago

1.0.13

1 month ago

1.0.12

1 month ago

1.0.11

1 month ago

1.0.10

1 month ago

1.0.9

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago