0.3.11 • Published 2 years ago

@base32/dspacejs v0.3.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.3.10

2 years ago

0.3.8

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago