-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v2.3 | Initial * sFixes & Addons * reAdded Update-Notifier * Various Addons & Fixes * 🎉 Prep for v2.3 * Readded Husky hook
- Loading branch information
1 parent
be3a4fe
commit 2b66b8f
Showing
31 changed files
with
810 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
* @author SharkSV <https://github.com/iTzSharkSV> | ||
*/ | ||
|
||
require('../Build/Lib/Cli') | ||
require('../Cli'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Berry] | ||
|
||
### Headline | ||
|
||
- Major tweaks to the codebase | ||
- Moved from "ncp" to "fs-extra" | ||
- Hopefully fixed some various bugs | ||
|
||
### Added | ||
|
||
- A CHANGELOG file :> | ||
- A couple new functions @(commitFiles(), listTemplates()) | ||
- reAdded the createLicense() function | ||
- More user prompt questions | ||
- Confirmational prompt (Abort, Overwrite, Change-Dir, Continue) | ||
- "-y, --default" flag for default user selection | ||
|
||
### Changes | ||
|
||
- Folder structure | ||
- Target template location | ||
|
||
## [v2.2.0] | ||
|
||
### Added | ||
|
||
- Auto-update checking module | ||
|
||
### Changes | ||
|
||
- Tweaked the Rust template | ||
|
||
## [v2.1.0] | ||
|
||
### Added | ||
|
||
- Added/tweaked new & existing templates | ||
|
||
### Changes | ||
|
||
- Small tweaks to the codebase | ||
- Updated Docs to be more descriptive | ||
- Fixed some bugs/issues | ||
|
||
## [v2.0.0] | ||
|
||
### Headline | ||
|
||
- Migrated to Typescript | ||
- Major & Minor tweaks to the codebase | ||
- Hopefully optimized startup performance | ||
|
||
### Changes | ||
|
||
- Switched from 'Javascript' to 'Typescript' | ||
|
||
### Removed | ||
|
||
- Aloooooot of dependencies | ||
|
||
## [v1.2.1] | ||
|
||
- Fixed a critical bug | ||
|
||
## [v1.2.0] | ||
|
||
`Deprecated` | ||
|
||
### Added | ||
|
||
- Multi-template support | ||
- Automatic module publishing | ||
|
||
### Changes | ||
|
||
- Minor tweaks to the codebase | ||
- Some code refactoring | ||
|
||
## [v1.1.0] | ||
|
||
### Added | ||
|
||
- New user-info prompt | ||
|
||
### Changes | ||
|
||
- Folder structure | ||
- Various small bug fixes | ||
|
||
## [v1.0.0] | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2021-Present Shorky | ||
Copyright (c) 2021-Present Shorky <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.