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)
Good job. Keep it up ๐๏ธ๐
Thank you!
Cool! Thanks for your open source share ๐
Thanks!
I'll definitely be checking your project out tomorrow ๐
Hope you were able to check it out!
Good job! ๐
Thanks!