Releases: athif23/start-imba
Releases · athif23/start-imba
v0.3.0
Enhancement
- Use
--imba-version <version>
to choose which version of imba to use, will use the latest version by default. - Enhance the source code, so we don't need to update imba version manually. Using latest-version by @sindresorhus
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Enhancement
- Added prompt for CSS preprocessor (#9 #3)
- Added
stylus
andless
preprocessor - Added
--use-npm
, to use npm for installing packages - Make folder's structure of templates for
webpack
andparcel
to be the same - Improve CLI UI by updating to newer version of
enquirer
- Organized code structure of source code for more readability
- Added documentation for list of commands, at
docs/commands
- Added executable binary for easier use, see below. (No x86 version)
Fixes
- Fix image don't show up at landing page (#10)