# Changelog All notable changes to this project will be documented in this file. ## 0.1.2 (2022-06-04) The `extra` command was added. It basically helps developers to add things like Dockerfile to their projects with ease. ### Features - `extra` command ## 0.1.1 (2022-06-02) The `go-npm` package was replaced by one of its forks, `@gzuidhof/go-npm`. `@gzuidhof/go-npm` has updated dependencies, and it uses `esbuild`, which is great. ### Changes - Replace `go-npm` with `@gzuidhof/go-npm`. ## 0.1.0 (2022-06-02) This is the CLI's initial release. ### Features - `init` command - `help` command - `version` command