{"id":20495308,"url":"https://github.com/vexell/vx-build-tools","last_synced_at":"2026-04-09T08:03:03.535Z","repository":{"id":126447664,"uuid":"379225100","full_name":"VeXell/vx-build-tools","owner":"VeXell","description":"Boilerplate code package to simplify build new projects on typescript. All important configs in one repo. Create new SPA or nodejs projects fast.","archived":false,"fork":false,"pushed_at":"2025-02-24T17:40:34.000Z","size":998,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T18:34:04.786Z","etag":null,"topics":["build","build-tool","configs","eslint","nodejs","nodejs-server","ssr","tsconfig","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VeXell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-22T10:10:37.000Z","updated_at":"2025-02-24T17:40:38.000Z","dependencies_parsed_at":"2024-08-22T16:04:56.997Z","dependency_job_id":"3cc1f8fd-c525-4e02-ba8b-f229e9deb3b8","html_url":"https://github.com/VeXell/vx-build-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeXell%2Fvx-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeXell%2Fvx-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeXell%2Fvx-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeXell%2Fvx-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VeXell","download_url":"https://codeload.github.com/VeXell/vx-build-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242077434,"owners_count":20068354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build","build-tool","configs","eslint","nodejs","nodejs-server","ssr","tsconfig","typescript","webpack"],"created_at":"2024-11-15T17:45:25.323Z","updated_at":"2025-10-16T22:48:47.830Z","avatar_url":"https://github.com/VeXell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VxBuildTools\n\nBoilerplate code package to simplify build new projects on typescript. All important configs in one repo. Create fast new SPA or nodejs projects.\n\n## How to use it\n\nFirst you should add this repo into you project. At this moment it supports onlu git+ssh npm install:\n\n```bash\nnpm i git+ssh://git@github.com/VeXell/vx-build-tools.git --save-dev\n```\n\nThen you can init new project. This command create `eslint`, `typescript`, `prettier` and `webpack` config files.\n\n```bash\nnpx vx-build-tools init\n```\n\nAlso you should add new few commands in your `package.json` file. For example:\n\n**Example**\n\n```json\n...\n\"scripts\": {\n    \"dev\": \"vx-build-tools watch service\", // Use watch to server or service.\n    // Or\n    \"dev\": \"vx-build-tools serve spa\", // Use serve to start WebpackDevServer\n    \"build\": \"npm run cleanBuild \u0026\u0026 npm run build:server\",\n    \"build:server\": \"vx-build-tools build service --copy-node-modules\",\n    \"cleanBuild\": \"rm -rf ./build/*\",\n    \"lint\": \"npm run lint:ts \u0026\u0026 npm run lint:es\",\n    \"lint:ts\": \"tsc --noEmit\",\n    \"lint:es\": \"eslint --cache --ext .js,.ts ./src\"\n},\n...\n```\n\n## Available configs\n\n`vx-build-tools` supports 3 different types of apps:\n\n-   `client` - if you want to build NodeJS application with react\n-   `server` - if you want to build NodeJS SSR application\n-   `service` - if you want to build NodeJS service or any other service without render\n-   `spa` - if you want to build SPA application with react\n\nEvery type of the apps has own configured webpack config. For more information you can run help command `npx vx-build-tools help`\n\nYour development working files should be located in `./src` directory. Entry point is `index.ts`\n\n## Commands\n\n-   `vx-build-tools build [config-type] [...options]` - This command build your project with spicific config type. For `server` and `service` config please use option `--copy-node-modules` it copy your `node_modules` dependencies in build folder (`devDependencies` would be skipped)\n-   `vx-build-tools watch [config-type]` - This command run development mode and watch files in `./dev` directory. It uses `nodemon` to restart app after changes.\n\n**Remark:** Do not forget to add `./build` and `./dev` folders to `.gitignore`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexell%2Fvx-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvexell%2Fvx-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexell%2Fvx-build-tools/lists"}