Skip to content

Commit

Permalink
Merge pull request #9 from ev-the-dev/upkeep/readme
Browse files Browse the repository at this point in the history
adding a couple more roadpath items
  • Loading branch information
ev-the-dev authored Apr 3, 2024
2 parents 936e2cd + 6c03f05 commit 286bf1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $ tmplts
## Roadmap
* Add Prettier and its config file.
* Add more CLI options, like --version/-v.
* Implement checks for existing files in cwd. The tool should not overwrite files, but append to them if they already exist.
* Simple GitHub deploy workflow adjustment to copy over README and LICENSE into the npm dir prior to publishing.
* More robust configurations: able to selectively add rulesets to each config, instead of having to opt into the entire file as is.
* Automated scripts: go ahead and include any necessary, or quality of life, scripts to get an app up-and-running with minimal effort.
* Add functionality to include popular libraries:
Expand Down
2 changes: 2 additions & 0 deletions npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $ tmplts
## Roadmap
* Add Prettier and its config file.
* Add more CLI options, like --version/-v.
* Implement checks for existing files in cwd. The tool should not overwrite files, but append to them if they already exist.
* Simple GitHub deploy workflow adjustment to copy over README and LICENSE into the npm dir prior to publishing.
* More robust configurations: able to selectively add rulesets to each config, instead of having to opt into the entire file as is.
* Automated scripts: go ahead and include any necessary, or quality of life, scripts to get an app up-and-running with minimal effort.
* Add functionality to include popular libraries:
Expand Down

0 comments on commit 286bf1e

Please sign in to comment.