0.3.11 • Published 4 years ago

@base32/dspacejs v0.3.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

typescript-boilerplate

A quick start repo for typescript projects.

Contains these tools:

  1. Prettier for code formatting
  2. ESLint for linting
  3. .env for loading environment variables
  4. My favorite logging library, electron-log

All of your typescript files should go in the ./src directory, and the compiled javscript will be available at ./dist.

Setup

  • Install the dependencies

yarn

  • Start the project. Typescript will be compiled automatically.

yarn start

You can now lint your project with yarn lint.

0.3.11

4 years ago

0.3.10

4 years ago

0.3.8

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago