question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generate proper project boilerplate on init

See original GitHub issue

Similarly to other tools such as CRA, it would be nice if mailing generated a complete project boilerplate including package.json and README describing which scripts are available and what they do. The project currently makes some assumptions about how the user runs and serves the templates (e.g. no build command for raw HTML), this should be documented too.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mrluboscommented, Aug 6, 2022

@psugihara my initial idea was to have an array of plugins, but this would work too. I’m convoluting multiple ideas in this thread, sorry! Maybe this could be discussed once we get all these other issues sorted out

1reaction
psugiharacommented, Aug 6, 2022

@mrlubos thanks, great info.

Yes we will definitely ship #2 in the next few days. I’ll ping here when it’s ready.

Your setup totally makes sense and I understand the copy pasting now. I like the idea of having my templates tested and under source control, but there’s a nice simplicity to your setup and most importantly it’s working.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to build your own React boilerplate - freeCodeCamp
Create a project folder and initialize a Git repo: mkdir react-boilerplate && cd react-boilerplategit init. You can connect this project to ...
Read more >
Creating boilerplate templates for your projects
First thing we need to do is initialize a project. Let's open our favorite terminal and make a new directory for our project....
Read more >
Generate your web-app boilerplate like create-react-app does.
First let's initialize the project : Create a new foler, for example "create-my-boilerplate" and run inside it : npm init.
Read more >
How to start a data science project boilerplate in 2021?
Why · 1. Create project formalities · 2. Dependency Management · Install dependencies in a better way · Bundle in single startup script...
Read more >
Creating new projects from an existing "boilerplate" repo
Sharing boilerplate code across codebases is a constant pattern in software development. Bootstrapping a new project with our favorite tools and directory ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found