Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plantain-00/js-project-initializer
A tool to initialize a js project.
https://github.com/plantain-00/js-project-initializer
Last synced: 12 days ago
JSON representation
A tool to initialize a js project.
- Host: GitHub
- URL: https://github.com/plantain-00/js-project-initializer
- Owner: plantain-00
- License: mit
- Created: 2017-01-21T08:01:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T23:33:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T22:25:33.085Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.69 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# js-project-initializer
[![Dependency Status](https://david-dm.org/plantain-00/js-project-initializer.svg)](https://david-dm.org/plantain-00/js-project-initializer)
[![devDependency Status](https://david-dm.org/plantain-00/js-project-initializer/dev-status.svg)](https://david-dm.org/plantain-00/js-project-initializer#info=devDependencies)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/plantain-00/js-project-initializer?branch=master&svg=true)](https://ci.appveyor.com/project/plantain-00/js-project-initializer/branch/master)
![Github CI](https://github.com/plantain-00/js-project-initializer/workflows/Github%20CI/badge.svg)
[![npm version](https://badge.fury.io/js/js-project-initializer.svg)](https://badge.fury.io/js/js-project-initializer)
[![Downloads](https://img.shields.io/npm/dm/js-project-initializer.svg)](https://www.npmjs.com/package/js-project-initializer)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Fjs-project-initializer%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/js-project-initializer)An tool to initialize a nodejs project or frontend project.
## install
`yarn global add js-project-initializer`
## usage
run `js-project-initialize`
## options
key | description
--- | ---
-h,--help | Print this message.
-v,--version | Print the version## features
- [x] UI Component
- [x] Js Library
- [x] Nodejs Backend Program
- [x] Frontend Program
- [x] Nodejs Backend Program(with Frontend)
- [x] CLI Program
- [x] Electron Program