Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyoz/pji
Init project easier with CLI Tool
https://github.com/kyoz/pji
cli generator initializer javascript js node node-js node-module project tool
Last synced: 9 days ago
JSON representation
Init project easier with CLI Tool
- Host: GitHub
- URL: https://github.com/kyoz/pji
- Owner: kyoz
- License: mit
- Created: 2018-07-09T10:28:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T08:33:09.000Z (over 6 years ago)
- Last Synced: 2024-12-08T10:11:24.670Z (2 months ago)
- Topics: cli, generator, initializer, javascript, js, node, node-js, node-module, project, tool
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pji
> Init node project
[![Build Status](https://travis-ci.org/banminkyoz/pji.svg?branch=master)](https://travis-ci.org/banminkyoz/pji) [![NPM version](https://badge.fury.io/js/pji.svg)](http://badge.fury.io/js/pji) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
![]()
## Features
- Create node, node cli project fast, easily
- Use [XO](https://github.com/xojs/xo) as linter
- Use [AVA](https://github.com/avajs/ava) as test runner
- Current Project Types:
- Node
- Node with CLI## Install
```
$ npm install -g pji
```## Usage
```
$ pji
```## Related
- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
- [ejs](https://github.com/tj/ejs) - Embedded JavaScript templates for node
- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive CLI
- [npm-current-user](https://github.com/banminkyoz/npm-current-user) - Get current npm user info
- [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner
- [underscore.string](https://github.com/epeli/underscore.string) - String manipulation helpers for js
- [user-info](https://github.com/sindresorhus/user-info) - Get OS's user info## License
MIT © [Kyoz](mailto:[email protected])