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: about 1 year 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T08:33:09.000Z (over 7 years ago)
- Last Synced: 2025-03-05T14:08:11.621Z (about 1 year 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
[](https://travis-ci.org/banminkyoz/pji) [](http://badge.fury.io/js/pji) [](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:banminkyoz@gmail.com)