Skip to content

Releases: Messageflow/build

v1.0.0 release is here!

06 May 03:52
Compare
Choose a tag to compare

🚀 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:

  1. clean - Always remove old files from previous build.
  2. lint - Always lint all .ts files with given tslint.json.
  3. ts - Compile all .ts files with given tsconfig.json.
  4. copy - Copy all asset files such as images, json, md, etc.
  5. watch - Run the build process by watching for flle changes.
  6. 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! 🙏 💯