Skip to content
/ doc.js Public

A collection of useful JS functions and classes

Notifications You must be signed in to change notification settings

moeenn/doc.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript sandbox

A Javascript environment setup mainly aimed at NodeJS applications. Following tools are configured.

  • Absolute paths using NodeJS built-in methods
  • Automated testing using vitest
  • Typechecking using jsdoc and tsc
  • Code formatting using prettier
  • Linting using eslint

Scripts

# start the application
$ npm start

# run the tests
$ npm test

# perform linting and type checking
$ npm run check

# format code
$ npm run fmt

Releases

No releases published

Packages

No packages published