ama icon indicating copy to clipboard operation
ama copied to clipboard

Is there a yo generator or node starter template you use for starting your node packages?

Open MartinMuzatko opened this issue 6 years ago • 4 comments

Hey there Sindre!

Even though it is very specific to the needs of each project, is there a common project structure you follow and basic tools you always install to get started?

Best, Martin

MartinMuzatko avatar Jan 10 '18 08:01 MartinMuzatko

Yes, https://github.com/sindresorhus/generator-nm

SamVerschueren avatar Jan 10 '18 12:01 SamVerschueren

Without babel? wow.

MartinMuzatko avatar Jan 10 '18 13:01 MartinMuzatko

@MartinMuzatko you don't always need to use babel

luftywiranda13 avatar Jan 10 '18 21:01 luftywiranda13

If I want to use async/await and still want to support node 4, then I have to.

MartinMuzatko avatar Jan 11 '18 16:01 MartinMuzatko

I also have a normal boilerplate: https://github.com/sindresorhus/node-module-boilerplate

sindresorhus avatar Aug 29 '22 09:08 sindresorhus