1.0.0 • Published 4 years ago

short-interval-control-archetype-typescript-lib-component-dev v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

architectype typescript lib component

This library is 1/2 of of the typescript-lib-component archetype. The second half of the prototype is the typescript-lib-component module

To find out more about archetypes see here

To install

npm install short-interval-control-archetype-lib-component short-interval-control-archetype-typescript-lib-component-dev

To use

You can then define scripts which call out to any of the scripts in this module. For example:

 "scripts": {
    "start": "builder run archetype:lint && builder run archetype:build && builder run archetype:test",
    "test": "builder run archetype:test",
    "build": "builder run archetype:build",
    "lint": "builder run archetype:lint",
  },
  ```