Open Source Opportunity!
Cameron Thompson
Posted on December 20, 2020
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!
Posted on December 20, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 30, 2024