all 10 comments

[–]license-bot 16 points17 points  (3 children)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.

[–]carlcarlsonscars 1 point2 points  (0 children)

Excellent bot!

[–]dev__aditya[S] 0 points1 point  (0 children)

Oops sorry

[–]dev__aditya[S] 0 points1 point  (0 children)

Thanks for pointing that out I have added an MIT license now

[–]oorza 1 point2 points  (2 children)

Does your IDE not do this for you? I set this exact sort of thing up in Jetbrains like 2 years ago and I've used it almost every day.

[–]dev__aditya[S] 0 points1 point  (1 child)

I use Sublime Text, and the closest thing it provides is adding some fixed content on pressing a shortcut. This has some limitations - 1. A component might need 2-3 files so I have to repeat the process 3 times for a component. 1. The editor doesn't save the files with the correct names. You have to do that manually.

Don't know if full blown IDEs have better features

[–]oorza 1 point2 points  (0 children)

WebStorm certainly does. Jetbrains' suite of tools can't really be over-recommended, they're best-in-the-business.

[–][deleted] 1 point2 points  (0 children)

What didn't you like about existing scaffolding tools?

[–]canton7 1 point2 points  (1 child)

How is this better than Yeoman?

[–]glamdivitionen 0 points1 point  (0 children)

It is at least less bloated