Skip to content
/ create-skeleton Public template

πŸ“¦οΈ The Sikessem Skeleton for creating new TypeScript/JavaScript modules.

License

Notifications You must be signed in to change notification settings

sikessem/create-skeleton

Repository files navigation

Sikessem logo

actions-img ts-img js-img npm-img dl-img l-img pr-img synk-img

Built with ❀︎ by Sikessem.

οΈπŸ“¦ Sikessem TS/JS Skeleton

Sikessem's TypeScript/JavaScript Skeleton allows you to create JavaScript packages using Vite, Vitest and TailwindCSS.

πŸ”– Contents

πŸ“‹ Requirements

  • Requires Node JS 18+ (at least 18.12.1 recommended to avoid potential bugs).
  • Requires pnpm@7.18.2 to manage JS and TS dependencies.

⚑️ Installation

Install Skeleton using pnpm:

pnpm create @sikessem/skeleton

πŸ—οΈ Project Structure

Below is the basic JavaScript skeleton architecture for a new Sikessem module.

Inside your project, you'll see the following directory structure:

β”œβ”€β”€ public/
β”‚   └── ...
β”œβ”€β”€ src/
β”‚   └── ...
└── tests/
    └── ...
  • src: Provides project source files (components, plugins, etc.)

  • tests: Tests directory (unit, E2E, etc.)

  • public: Any static assets, like images, can be placed in the public directory.

πŸ§‘β€πŸ’» Usage

🌐 Starting server

Run the server in development mode:

php artisan serve --host=ahlabik.test --port=80

πŸ§ͺ Testing

  • 🧹 Keep a modern codebase with Prettier:

    pnpm test:lint
  • βš—οΈ Run static analysis using ESLint:

    pnpm test:fmt
  • βœ… Run unit tests using VITEST

    pnpm test:unit
  • πŸš€ Run the entire test suite:

    pnpm test

πŸ‘ Contribution

The main purpose of this repository is to continue evolving Skeleton. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Skeleton.

Sikessem has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Skeleton.

πŸ”’οΈ Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

πŸ’¬ Discussions

Larger discussions and proposals are discussed in @sikessem/community.

πŸ” Security Reports

If you discover a security vulnerability within Skeleton, please email SIGUI KessΓ© Emmanuel at ske@sikessem.com. All security vulnerabilities will be promptly addressed.

πŸ“„ License

Skeleton is MIT licensed, as found in the LICENSE file.


Skeleton was developed by Sikessem.

About

πŸ“¦οΈ The Sikessem Skeleton for creating new TypeScript/JavaScript modules.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published