-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jakub Olan
committed
Aug 2, 2020
1 parent
06087b5
commit d9bda4b
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# @aralcx/buildkit | ||
|
||
`Buildkit` is currently project in icebox of Araclx, that will be a bundler for TypeScript code, that will implement a few features contained in webpack, but additionally it will work with back-end node code. | ||
## Motivation | ||
|
||
We're just planning a work on that, meanwhile dive into popular alternatives like: | ||
- Compile whole project by running running one command. | ||
- Avoid wasting time on configuring bundle tools like `webpack` | ||
|
||
- Native usage of `tsc` | ||
- Webpack | ||
- Rollup | ||
## Requirements | ||
|
||
- [ ] Zero Configuration / Minimal Configuration File | ||
- [ ] Build-in TypeScript | ||
- [ ] Support for all Node.js packages | ||
- [ ] Compiling project to binary file | ||
- [ ] Development Utilities (such as watch mode) |