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

@kurohyou/k-init

v2.3.1

Published

<div id="top"></div> <span align="center">

Downloads

49

Readme

Contributors Forks Stargazers Issues mit License

LinkedIn Patreon

Runs basic project setup for K-scaffold based Roll20 character sheets

Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Built With

  • JS
    • Inquirer
    • handlebars

Getting Started

Prerequisites

While not required for this module to function, the folder structure that it creates will be mostly useless if you do not install the K-scaffold in the generated directory.

Installation

Install the script globally to have access to the CLI keyword k-init.

npm i -g @kurohyou/k-init

Usage

Once installed globally, simply use the k-init cli command to begin project initialization.

The initializer will create the following folder structure:

./
├─ build/
├─ source/
│ ├─ articles/
│ │ └─_settings.pug
│ ├─ javascript/
│ │ └─_index.pug
│ ├─ mixins/
│ │ └─_index.pug
│ ├─ rolltemplate/
│ │ └─_index.pug
│ ├─ scss/
│ │ ├─ sections/
│ │ │ └─_index.scss
│ │ ├─ components/
│ │ │ └─_index.scss
│ │ ├─ _index.scss
│ │ ├─ _general.scss
│ │ ├─ _variables.scss
│ │ ├─ _fonts.scss
│ │ ├─ _index.scss
│ ├─ sheet_name.pug
│ └─ sheet_name.scss
├─ k.config.mjs
├─ package.json
└─ jsconfig.json

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the mit License. See LICENSE.txt for more information.

Changelog

v2.3.1

  • Update to 1.0.1 of i18nReplacer to fix error with overwriting existing data-i18n attributes

v2.3.0

  • Added ability to translate existing projects

v2.2.0

  • Added k.config.js sfc option use.

v2.1.5

  • Removed last references to scss/fonts.scss from sfc templates

v2.1.4

  • Fixed crash caused by incorrect sfc template reference

v2.1.3

  • Removed extraneous pug lines

v2.1.2

  • Fixed an error in the master pug template that removed the sheet state attribute required for tabs to function.

v2.1.1

  • Support for the googleFont mixin.

v2.1.0

  • Updated initializer to offer project setup for sfc based project or standard project

v2.0.1

  • Removed erroneous old boilerplate content

v2.0.0

  • Updated to support v2 K-scaffold

v1.1.1

  • Fixed a problem with the generated package.json

v1.1.0

  • Updated to support v1.1.x of the K-scaffold

Contact

Scott Casey - @kurohyoustudios - [email protected]

Project Link: https://github.com/Kurohyou-Studios/K-scaffold-initializer

Acknowledgments

Riernar has been invaluable for improving the K-scaffold framework itself and this initializer would not be possible without the improvements that they suggested and/or provided to the K-scaffold itself.

This readme template adapted from the Best-README-Template by Othneil Drew. Readme generated by Genme! by Scott Casey.