npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-ssg

v1.1.2

Published

cli program to create html

Downloads

12

Readme

SUHHEE_SSG_OSD-release0.1

This is an HTML generator from the text file to HTML.

Download by NPM

  1. Download npm package -> npm i -g create-ssg
  2. Create folder name "docs"
  3. Put all the files and folders that you want to convert to HTML

If you want to clone from gitHub

  • Before Use You need to do
  1. Download or clone the code.
  2. Download node, if you don't have it.
  3. Add environment variable on your laptop(C:\Program Files\nodejs)
  4. Open the codes.
  5. Locate yourself to where package.json is located.
  6. Open cmd, type npm I, and wait for download.
  7. NPM link on cmd

Main Features

  1. Run by Commands, such as help, version, and input(Please look at the HElP for details!)
  2. It will convert your text file to a Static HTML file with some styles!
  3. It will convert markdown (.md) file to HTML file with style as well

Optional Features

  1. It has built-in Fancy-styled CSS!
  2. Also able to add your external CSS with the command -styledInput(-s) with link(Details and example are in HELP!)

Help:

  1. create-ssg --version(-v) : it will show you application name and version
  ex.
  $ create-ssg  --version
  $ create-ssg  -v 
  1. create-ssg --help(-h) : it will give you all the instructions that you need to use this application.
 ex.
 $ create-ssg  --help
 $ create-ssg  -h 
  1. create-ssg --input [filename/foldername](-i [filename/foldername]) : it will automatically create a website for you using a file that you put in the command line or if you put folder name then it will automatically get all the txt files from the folder and create a website for you.
  ex.
  $ create-ssg  --input [filename/foldername]
  $ create-ssg  -i[filename/foldername] 
  1. create-ssg --styledInput [filename/foldername] [external css link] (-s [filename/foldername] [external css link]): it will automatically generate website \n \t with beautiful external CSS"
  ex.
  $ create-ssg  --steyledInput [filename/foldername] [external css link]<br>
  $ create-ssg  -s [filename/foldername] [external css link]<br>
  1. create-ssg --config [filename] : it will take the string data for input file and stylesheet URL and run it through SSG.
  ex.
  $ create-ssg  --config ssg-config.json

Technology used

  • Node.js

License Used

  • MIT License

Created by

  • Suhhee Kim

Github Repo

  • https://github.com/suhhee1011/suhheeKim_OSD_release0.1_create_ssg