Coder Social home page Coder Social logo

maulingmonkey / template_ts_library_vscode Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

A thorough demo of everything you might want to configure for typescript development in VS Code.

JavaScript 29.55% TypeScript 58.38% Batchfile 12.07%
typescript template vscode

template_ts_library_vscode's Introduction

What even is this?

A thorough demo of everything you might want to configure for typescript library development in VS Code, along with a small example and unit tests.

Configures:

  • TypeScript, for type checking etc.
  • TypeDoc, for library documentation generation.
  • Karma, for multi-browser unit testing.
  • Jasmine, for writing the unit tests.
  • NPM, for distribution of libraries.
  • modularize-namespace, for global and modular libraries.

Possible usage

git clone https://github.com/MaulingMonkey/template_ts_library_vscode.git
mkdir NEW_PROJECT
cd NEW_PROJECT
npm init
robocopy ..\template_ts_library_vscode  .  *.* /S
  • package.json: Change name, then disable private.
  • .vscode/tasks.json: Replace/remove links to github.com/MaulingMonkey/template_ts_library_vscode, replace/remove mmk.example with your own namespace
  • {src,tests_global}/*.ts: Replace mmk.example with your own namespace
  • tasks/build_typescript.cmd: Replace mmk.example with your own namespace
  • npm install

template_ts_library_vscode's People

Contributors

maulingmonkey avatar

Watchers

James Cloos avatar  avatar

template_ts_library_vscode's Issues

Create a publishing task

  • Verify git repository is in a stable, committed, pushed state
  • Ask for a tag to use
  • Tag commit
  • Push tag to github
  • Use github releases API?
  • Package & archive locally
  • Publish to npm
  • Build docs with tagged sorucefile url prefix
  • Push docs to... github pages?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.