Skip to content

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

About

A collection of useful JS functions and classes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published