Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcaballero/rstamp-new-node-intellij

Create a stubbed out version of a Node IntelliJ project (very basic).
https://github.com/lcaballero/rstamp-new-node-intellij

Last synced: about 1 month ago
JSON representation

Create a stubbed out version of a Node IntelliJ project (very basic).

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/lcaballero/rstamp-new-node-intellij.svg?branch=master)](https://travis-ci.org/) [![NPM version](https://badge.fury.io/js/rstamp-new-node-intellij.svg)](http://badge.fury.io/js/rstamp-new-node-intellij)

# Introduction

Generates some folders and files for the latest version of IntelliJ. This is
handy for turning a newly generated npm (one generated by rstamp and new-npm)
into a Web/Node project at the command line. After this runs you can then
open IntellJ on that directory.

On Mac this might look like this:

```
open -a 'IntelliJ IDEA 13'
```

## Installation

```
%> npm install -g rstamp-new-node-intellij
```

## Usage

```
%> rstamp --generate new-node-intellij
```

## License

See license file.

The use and distribution terms for this software are covered by the
[Eclipse Public License 1.0][EPL-1], which can be found in the file 'license' at the
root of this distribution. By using this software in any fashion, you are
agreeing to be bound by the terms of this license. You must not remove this
notice, or any other, from this software.

[EPL-1]: http://opensource.org/licenses/eclipse-1.0.txt