Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/lcaballero/rstamp-new-node-intellij
- Owner: lcaballero
- License: epl-1.0
- Created: 2014-10-22T20:28:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T20:37:56.000Z (about 10 years ago)
- Last Synced: 2024-11-15T22:46:51.689Z (about 2 months ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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