2.2.0 • Published 4 years ago

generator-drupal8theme v2.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

generator-drupal8theme Build Status

Yeoman generator

Getting Started

What is Yeoman?

Trick question. It's not a thing. It's this guy:

npm.io

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-drupal8theme from npm, run:

npm install -g generator-drupal8theme

Finally, initiate the generator:

yo drupal8theme

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

License

MIT


RAPID GENERATOR


Installing locally

Clone the repository, change directory and install the generators dependencies with the following command:

git clone https://github.com/jswitchback/generator-drupal8theme.git && cd generator-drupal8theme && npm link && npm install

Generate a new theme from templates in any directory:

yo drupal8theme

HELPER COMMANDS


Update local machine with latest code

Update minor veriosn or patch:
npm update -g generator-drupal8theme
or update no matter what
npm uninstall -g generator-drupal8theme && npm install -g generator-drupal8theme

Miscellanous

Check latest version of package on NPM Registry

npm -v drupal8theme

Check version on your local machine

npm list -g generator-drupal8theme

Patching and publishing after updating github repo

 npm version patch/major/minor
 npm publish
2.2.0

4 years ago

2.1.9

4 years ago

2.1.8

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.7

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.4.1

5 years ago

0.4.0

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago