sample_typescript_module_generated_with_yeoman
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

sample_module

Sample module to try typescript-module yeoman generator.

Install

npm install --save sample_module

Usage

// const module = require('sample_module');
// import module from 'sample_module';

Dev Features

  • Testing with Jest
  • Linting out of the box (checks the style of your code), with TSLint
  • Build, prepublish and other scripts to help you to develop
  • Works with Typescript: Static typing for your JS Applications, reducing amount of runtime errors
  • Coverage out of the box, thanks to Jest
  • Uses deterministic module resolving, with package-lock.json

Readme

Keywords

none

Package Sidebar

Install

npm i sample_typescript_module_generated_with_yeoman

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

9.95 kB

Total Files

14

Last publish

Collaborators

  • j_e_jaramillo