UNPKG

create-skelton

Version:

A simple project and library skeleton generator with NPX

39 lines (26 loc) 1.43 kB
create-skelton ====== A simple project and library skeleton generator with NPX [![npm version](https://img.shields.io/npm/v/create-skelton?logo=npm)](https://www.npmjs.com/package/create-skelton) [![license](https://img.shields.io/github/license/jsvibe/create-skelton?color=blue)](https://github.com/jsvibe/create-skelton/blob/main/LICENSE) [![downloads month](https://img.shields.io/npm/dm/create-skelton)](https://www.npmjs.com/package/create-skelton) [![jsDelivr Hits](https://img.shields.io/jsdelivr/npm/hm/create-skelton?logo=jsdelivr)](https://www.jsdelivr.com/package/npm/create-skelton) [![author](https://img.shields.io/badge/Author-Modassir-blue)](https://github.com/indianmodassir) [![Publish Package to npm](https://github.com/jsvibe/create-skelton/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/jsvibe/create-skelton/actions/workflows/npm-publish.yml) This package is only for the maintainer, users can use it if they want. Creates library or project skelton ```sh npm install create-skelton -g create-skelton library # library or project only ``` OR: ```sh npx create-skelton project ``` Contributing ------------ Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. License ------- Licensed Under [MIT](LICENSE) Copyright (c) 2025 [Indian Modassir](https://github.com/indianmodassir)