Skip to content
Tamás Mágedli edited this page May 15, 2017 · 5 revisions

How urbanjs-tools can help you?

standard development stack out of the box

Sets up development pipeline

  • Offers commands to support regular development phases
  • Supports both typescript and javascript as sourcecode
    • Tasks transpile the sourcecode internally
  • Solves common issues around transpilers & bundlers
    • Generates sourcemap file during the transpilation
    • Generates declaration file from typescript
    • Transpiles typescript to ES5 even if async-await pattern is used
  • Ensures that common configuration will be in sync between the tasks

Prevents security vulnerabilities

  • Checks for outdated packages
  • Validates dependencies by using nsp & retire

Analyzes your code

  • Introduces standard code style checkers with the most popular configuration
  • Validates file names
    • param-case by default
  • Finds missing & unused dependencies