0.5.2 • Published 1 month ago

stormode v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Stormode

Stormode, a build tool for Node that offers a range of features to simplify your development process.

  • Simplify Setup
  • Colorful Terminal
  • TypeScript Support
  • Environment Variables
  • Fast Transpiling & Bundling

Getting Started with Stormode

You can use the following commands to begin your journey:

# npm
npm create stormode

# pnpm
pnpm create stormode

After project created successfully, you can access into your project to install dependencies and run it.

# npm
npm install
npm run dev

# pnpm
pnpm install
pnpm run dev

For more information, visit stormode.dev.

License

This project is MIT licensed, you can find the license file here.