jav-blast-setup v1.0.30
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
- vitest.config.mtsQuick Start
Recommended installation
npm i -ED jav-blast-setupStandard
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-setupPower ( With init file )
Run command and create src/app/index.ts file
npx jav-blast-setup -iDeveloped with <3
12 months ago
1 year ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago