bitjson / typescript-starter

Quickly create and configure a new library or Node.js project
https://bitjson.github.io/typescript-starter/
MIT License
3.48k stars 245 forks source link

Why there is a dependency of @bitauth/libauth? #250

Closed jesusantguerrero closed 3 years ago

jesusantguerrero commented 3 years ago

Please let me know the reason this project use this. since I think it is the best starter out there and I am interested in use it. Thanks.

shushpan commented 3 years ago

@jesusantguerrero it's needed just for example. When you generate a lib, then you will have 3 files and specs in lib folder, which needed to show how you can organize code, write specs, and docs for your future library.

I just removed this dependency and example code after generating it.

jesusantguerrero commented 3 years ago

Thanks for the response. appreciate it.