stormode
v0.6.1
Published
Stormode, a build tool for Node
Downloads
317
Maintainers
Readme
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 here.
License
This project is MIT licensed, you can find the license file here.