mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
4.5 KiB
4.5 KiB
Changelog
All notable changes to this project will be documented in this file.
0.2.2 (2022-07-05)
0.2.1 (2022-07-05)
Features
Bug Fixes
0.2.0 (2022-06-22)
Features
- add
sern.config.json(#38) (3eb6383) - add basic type checking (eb85a7a)
- add commander and start plugins installer (#36) (b2e6236)
- enable extra command & jsdockerfile (#43) (7cf62c0)
- plugin command!!! (#45) (895a489)
0.1.3 (2022-06-10)
Features
- add default settings for the -y flag (#19) (e5f607e)
- Added version command & created readme (#25) (7535a5e)
- create typescript dockerfile and the extra command (#28) (b1a8683)
- now edits the directories as per user's choice (fec1c8e)
- skip: option to skip package manager selection (#20) (7b1d535)
- using degit to clone the templates (ddb0285)
Bug Fixes
- fix degit erroring when there's no cache (fc01554)
- install.js: fix mistyped. cached -> cache (fa68936)
- no more crashing cli if yarn isnt present (#24) (88893a3)
- no more error when selecting js (cc410bd)