Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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])