1.0.21 • Published 2 months ago

jav-blast-setup v1.0.21

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Build Size Version Downloads

jav-blast-setup

This tool helps to start a project with typescript and certain rules already defined to speed up the start of new projects.

Features

Accelerate your development time by avoiding configuring multiple tools in the project, allowing everything to be generated explosively.

  • Develop robustly with TypeScript.
  • Linter and formatter with Biome a powerful tool developed in Rust.
  • Run the tests of your code with Vitest.
  • Improve your commitments with Husky.
  • Improvement your VsCode with what is necessary so that your entire team has the same workspace.

Base result configuration

< Your Project Directory >

- husky/
    -- pre-commit
- .vscode/
    -- extensions.json
    -- settings.json
- src/
    -- app/
        -- index.ts
- .gitignore
- biome.json
- tsconfig.json
- vite.config.mts

Quick Start

Recommended installation

npm i -ED jav-blast-setup

Standard

This command creates the standard configuration for you

In case you want to implement the tool in already created projects. Does not modify files or interact with the src/ folder

npx jav-blast-setup

Power ( With init file )

Run command and create src/app/index.ts file

npx jav-blast-setup -i

Developed with <3

1.0.21

2 months ago

1.0.20

2 months ago

1.0.19

3 months ago

1.0.18

4 months ago

1.0.17

4 months ago

1.0.16

4 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

6 months ago

1.0.11

8 months ago

1.0.12

7 months ago

1.0.10

9 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago