Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 20, 2020 06:16 pm GMT

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!


Original Link: https://dev.to/cdthomp1/open-source-opportunity-16ol

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To