Home - Tuong-Nguyen/JavaScript-Structure GitHub Wiki

Welcome to the JavaScript-Structure wiki!

This is a start up for a JavaScript project.

  1. IDE: WebStorm + EditorConfig
  2. Package manager: npm - bower - ...
    npm
    Node security platform: Check for security vulnerable in packages
    nsp check
  3. Web Server: express
    Sharing Work-In-Progress
  4. Automation: grunt - gulp - npm
    npm script
  5. Transpiling: Babel - TypeScript
  6. Module & Bundle ES6 modules
    webpack
  7. Linting with ESLint
  8. Unit testing

Update package to latest version

Packages in package.json are defined with specific version. npm-check-updates is used to check if there are new version for those package and update them if required.

npm-check-updates