@extrahash/dspacejs
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @extrahash/dspacejs

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

24.1 kB

Total Files

28

Last publish

Collaborators

  • extrahash