Skip to content

v1.0.0 release is here!

Latest
Compare
Choose a tag to compare
@motss motss released this 06 May 03:52
· 16 commits to master since this release

πŸš€ 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! πŸ™ πŸ’―