Skip to content

thrashplay/shift

Repository files navigation

shift

Decorator Usage

This project uses experimental decorators. For this to function correctly, your tsconfig must have the following settings:

  • experimentalDecorators set to true
  • module set to ES6 (or possibly later)

Developing

Lifecyle scripts in package.json:

  • build: create types and 'lib' folder for depencies
  • clean: remove all generated files
  • debug: TBD
  • dev: run the Shift application in development mode
  • dist: create bundle or other distributable artifact
  • lint: perform linting of all source code
  • package: TBD
  • test: execute all automated tests
  • watch: TBD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors