0.1.14 • Published 10 years ago

generator-brackextension v0.1.14

Weekly downloads
5
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.9

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago