반응형
반응형

NPM - Node.js를 구성하는 에코시스템

Node Package Manager

 

https://npmjs.org/

 

설치명령 : npm install <pkg>

업데이트 : npm update

삭제       : npm uninstall <pkg>

 

RubyGems - http://rubygems.org

 

Python Package Index - http://pypi.python.org/pypi

 

Node.js manual : http://nodejs.org/api/assert.html

 

NPM List - http://nodejs.wikia.com/wiki/NPM_Modules

 

 

 

 

반응형
반응형

PSD.rb: Read and write PSD files with Ruby

Despite being over 23 years old, the PSD file format is still extremely opaque. PSD.rb is a Ruby library for reading and writing PSDs that means you don’t have to know how the file format works in order to use it.

psd.rb

반응형

'프로그래밍 > Web' 카테고리의 다른 글

20 Useful Chrome Extensions for Developers  (0) 2013.08.19
[HTML] HTML.js: Enjoy working with the DOM  (0) 2013.08.16
Why Does Angular.js Rock?  (0) 2013.08.13
git - 간편 안내서  (0) 2013.08.12
[ASP] ASP - Request.ServerVariables  (0) 2013.07.31
반응형

YARD: Yay! A Ruby Documentation Tool

Homepage: http://yardoc.org
IRC: irc.freenode.net / #yard
Git: http://github.com/lsegal/yard
Author: Loren Segal
Contributors: See Contributors section below
Copyright: 2007-2013
License: MIT License
Latest Version: 0.8.6.2
Release Date: June 27th 2013

Synopsis

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below is a summary of some of YARD's notable features.

 

YARD allows you to preview your code as you write your documentation for your Ruby app. It has easy-to-customize templates, supports your own DSL, and already has a number of great extensions, with more added each day.

yard

반응형
반응형

Sails.js - Build custom, enterprise-level Node.js apps

 

Sails.js is designed to resemble the MVC architecture from frameworks like Ruby on Rails but for creating enterprise-grade Node.js apps. It has support for more modern, data-oriented web app development, particularly useful for creating realtime things like chat functions.

 

엔터프라이즈급 Node.js app을 만들기 위한 Ruby on Rail 같은 MVC 아키텍처를 닮은 설계.

좀더 현대적이고 데이터 중심의 웹앱 개발을 지원하고 채팅 기능 같은 실시간 작업에 더 유용하다.

 

* Intro to Sails.js

 

http://balderdashy.github.com/sails/

 

Homepage: http://balderdashy.github.com/sails/


GitHub: https://github.com/balderdashy/sails

Docs: https://github.com/balderdashy/sails/wiki

 

 

 

반응형

+ Recent posts