π It's an exciting day to announce the stable release of @messageflow/build
with various configurations to customize your own build process.
π¦ All configuration is optional and comes with its own default values which makes the @messageflow/build
almost a zero-configuration build tool provided the default configuration suits you and your project very well.
πͺ Powered by Gulp, and many other necessary build tools like Babel for a typical Node.js project written in TypeScript
β Available build tasks:
clean
- Always remove old files from previous build.lint
- Always lint all.ts
files with giventslint.json
.ts
- Compile all.ts
files with giventsconfig.json
.copy
- Copy all asset files such asimages
,json
,md
, etc.watch
- Run the build process by watching for flle changes.default
- Default build process that comprises all the above.
All in all, thank you all for making this possible. Feel free to share and star this project if you haven't already to keep this project alive! π π―