New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dot-hello-world

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-hello-world

How many config files does it take to build a modern Typescript app?

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

dot-hello-world

Build Status Dependencies Dependencies bitHound Overall Score

How many config files does it take to build a modern Typescript app? Let's find out!

Quickstart

  • Install gulp.

    npm install --global gulp
    
  • Install dependencies.

    npm install
    
  • Build it.

    gulp
    
  • Run it.

    node dist/index.js
    

    or

    npm start
    

Commands

  • gulp: build
  • gulp watch: watchify and build TypeScript files
  • gulp lint
  • gulp test: build and test
  • gulp doc: output documentation to doc/
  • gulp clean
  • npm start: run
  • npm run cover: stores coverage information in coverage/

Packages

  • @types/node: Gives TypeScript access to node globals such as require and module.
  • del: Allows gulpfile.js to delete files.
  • eslint: JavaScript linter.
  • gulp: JavaScript task runnner with task dependency management.
  • gulp-eslint: Gulp plugin for ESLint.
  • gulp-mocha: Gulp plugin for Mocha.
  • gulp-tslint: Gulp plugin for TSLint.
  • gulp-typedoc: Gulp plugin for TypeDoc.
  • gulp-typescript: Gulp plugin for Typescript.
  • istanbul: JavaScript code coverage instrumentation library.
  • mocha: JavaScript test framework.
  • standard: Opinionated JavaScript linting style.
  • tslint: TypeScript linter.
  • typedoc: TypeScript documentation generator.
  • typescript: Typed JavaScript superset language.

Keywords

javascript

FAQs

Package last updated on 01 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts