twbs / bootstrap-npm-starter

Starter template for new building with Bootstrap 4 in npm projects.
MIT License
1.23k stars 465 forks source link

make a cli tools like 'create-react-app' #20

Closed jaamaalxyz closed 3 years ago

jaamaalxyz commented 4 years ago

Hello, can you please make a cli tool like 'create-react-app' to start a bootstrap project scaffold from cli.

HansUXdev commented 3 years ago

I used to maintain a private fork of foundation's cli and I wouldn't mind teaming up with people on this. However, CLI's are a lot of work to build and maintain...

Personally, I'd rather team up and build a feature rich extension for vscode to accomplish the same things. MJML is a good example of what i mean, it has a built in preview of markup, and fetch official example templates, but adding a search feature for community driven templates (similar to CRA templates) shouldn't be that hard either.

jaamaalxyz commented 3 years ago

Thanks @HansUXdev

HansUXdev commented 3 years ago

No problem @jamal-pb95. In the meantime, if you use bootstrap 5 and vscode, you may be interested in collaborating on the extension I maintain. It's not very hard compared to a full CLI and just wraps snippets (including the example templates) of html, css, js inside json.

I've been meaning to look into upgrading it to a full extension and not just snippets by adding the command api and webview api.