Skip to content

Commit

Permalink
docs: added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Olan committed Aug 2, 2020
1 parent 06087b5 commit d9bda4b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
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)

0 comments on commit d9bda4b

Please sign in to comment.