ccsetup 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,10 @@ npx ccsetup . # in current directory
|
|
|
40
40
|
- Git repository initialization
|
|
41
41
|
- Ready-to-use boilerplate
|
|
42
42
|
|
|
43
|
+
## Credits
|
|
44
|
+
|
|
45
|
+
Inspired by and based on the work of [vichannnnn](https://github.com/vichannnnn) and our discussions in TechOverflow
|
|
46
|
+
|
|
43
47
|
## License
|
|
44
48
|
|
|
45
49
|
MIT
|