DEV Community

Cover image for Open Source Opportunity!
Cameron Thompson
Cameron Thompson

Posted on • Updated on

Open Source Opportunity!

Background

I created a very small npm package that solves a very specific issue (for me at least). I found a particular step in my work flow that could be automated, creating the files for a static web site. You know, index.html, style.css, and main.js. My package does exactly that. By typing npx create-static-web In your projects directory, my package will create those files with some starter code to get your project going!

The package can be found here.

Open Sourcing

While I am still new to web development, I have found many ways to make a website. While a static site is the easiest to create, web applications that are made in the MERN, MEAN, or other stacks are more challenging to scaffold. I am looking for anyone who has a favorite tech stack to join me in expanding this package.

You can view the source code here

If you have any improvements for the package, please submit a PR!

I am excited to work on this with all of you!

Top comments (8)

Collapse
 
joyshaheb profile image
Joy Shaheb

Good job. Keep it up ๐ŸŽ–๏ธ๐Ÿ‘Œ

Collapse
 
cdthomp1 profile image
Cameron Thompson

Thank you!

Collapse
 
daviddalbusco profile image
David Dal Busco

Cool! Thanks for your open source share ๐Ÿ‘

Collapse
 
cdthomp1 profile image
Cameron Thompson

Thanks!

Collapse
 
ash_bergs profile image
Ash

I'll definitely be checking your project out tomorrow ๐Ÿ˜ƒ

Collapse
 
cdthomp1 profile image
Cameron Thompson

Hope you were able to check it out!

Collapse
 
charlesabouhaidar profile image
Charles Abou Haidar

Good job! ๐Ÿ‘

Collapse
 
cdthomp1 profile image
Cameron Thompson

Thanks!