0.0.7 • Published 2 years ago

@arthur.eudeline/build-kit v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

BuildKit

BuildKit is a foundation for web based projects. It includes tools to help you start and configure your projects quicker.

Table of contents

What does it include?

Installation

Start by adding it to your project

npm i -D @arthur.eudeline/build-kit

Next, you should check documentation of each module you want to use individually.

You can also run tests by running the following command in the project

npm test

Roadmap

  • Webpack support
  • Babel support
  • TypeScript support
  • Tailwind support
  • Husky + CommitLint support
  • PHPUnit support
  • Jest support
  • Docker compose dev environment support

Motivation

Even if multiple tools like this one already exists, such as the excellent Symfony Encore, I wanted to build my own version of this to serve as a foundation of my future projects to improve all my projects at once when I push some improvements on this tool.

Licence

This tool is distributed under the MIT License

MIT License

Copyright (c) 2021 Arthur Eudeline

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.