Truffle init not creating files

I just installed truffle and ran “truffle init” after “npm init” in the same project folder.

Truffle folders got created but the files inside contracts and migrations folder did not get created.

As I understand truffle is supposed to create some files like Migrations.sol and 1_initial_migration.js.

In my case these files did not get created, yet I believe they are needed for deploying contracts?

What am I doing wrong here?