Skip to content

Releases: npranto/tools

v1.0.31

28 Jun 01:42

Choose a tag to compare

What's Changed

Full Changelog: v1.0.30...v1.0.31

v1.0.30

26 Jun 21:46

Choose a tag to compare

What's Changed

Full Changelog: v1.0.29...v1.0.30

v1.0.29

26 Jun 21:40

Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.0.29

v1.0.18

26 Jun 18:30
0bf078c

Choose a tag to compare

Merge pull request #44 from npranto/npranto-patch-3

Update bump-version.yml

v1.0.10

25 Jun 02:27

Choose a tag to compare

Adds tools editorconfig command w/ --remove flag to both setup and remove .editorconfig file inside a project

v1.0.9

25 Jun 02:26

Choose a tag to compare

Adds bump-version.yml file w/in github workflow to auto bump package version on merge to master branch

v1.0.8

25 Jun 01:33
54151ef

Choose a tag to compare

Updates README.md file w/ steps for development setup (for contributors only)

v1.0.7

24 Jun 22:55
0ff3593

Choose a tag to compare

Adds tools eslint w/ -R or --remove flag command to setup and remove ESLint in a project

v1.0.6

24 Jun 05:25
22b3c54

Choose a tag to compare

Updates README.md to update tools CLI docs

v1.0.5

24 Jun 05:19
cf9a6b3

Choose a tag to compare

  • Updates tools CLI to simply its use, i.e., instead of tools setup-husky, now we can simply just type tools husky
  • Adds -R or --remove flag to tools husky command to remove all setup for husky
  • Adds -R or --remove flag to tools prettier command to remove all setup for prettier