0.1.14 • Published 9 years ago

generator-brackextension v0.1.14

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Brackets Extension Generator Built with Grunt MIT License NPM version NPM downloads

A Simple Brackets Extension Generator

Install

npm install -g generator-brackextension

Usage

cd myproject
yo brackextension

Prompts

  • Project name (current folder name)
  • Repository user name (current git username)
  • Repository user email (current git user email)
  • Project description (Place your project's description here)
  • Project repository url (https://github.com/user/projectname)

Folder & Files

See generators/app/bones.yml

# project folders
root:
    - [_.editorconfig, _.gitattributes, _.gitignore, _.jshintrc, _Gruntfile.js, _LICENSE-MIT, _main.js, _package.json, _README.md, CHANGELOG.md, strings.js]
    - build:
      - Releases:
    - grunt:
        - [_compress.js, aliases.yml, autoprefixer.js, bump.js, jshint.js, less.js, watch.js]
    - htmlContent:
      - css:
        - [_button.html, _panel.html]
    - lib:
      - [_helper.js]
    - nls:
      - [strings.js]
      - root:
        - [_strings.js]
    - node:
      - [_simpleDomain.js]
      - lib:
    - src:
      - less:
        - [__.less, _styles.less]
0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.9

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago