generator-brackextension

0.1.14 • Public • Published

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]

Package Sidebar

Install

npm i generator-brackextension

Weekly Downloads

0

Version

0.1.14

License

MIT

Last publish

Collaborators

  • sixertoy