1.0.4 • Published 3 years ago

@huz-com/dictionary v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

Huz.Com > Component > Dictionary

  • Parses and Builds dictionary data

Standards

  • Language: TS
  • Eslint: Yes
  • Static Code Analysis: Yes IntelliJ Code Inspections
  • DDD - Document Driven: Yes
  • EDD - Exception Driven: Yes
  • TDD - Test Driven: Yes go to test folder
  • Standards Complied: Huz Standards

Commands

  • npm run clear // clears "dist" folder
  • npm run lint // runs eslint for static code analysis
  • npm run test // runs test files in "test" folder
  • npm run build // builds JS files at "dist" folder
  • npm publish or npm run publix // publishes "dist" folder to npm

Install

npm i @huz-com/dictionary

Samples

const {dictionaryDefault, dictionaryOption, Dictionary} = require('@huz-com/dictionary');
//TODO
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago