1.0.2 • Published 9 years ago

generator-js-lib-starter v1.0.2

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

Pataar/generator-js-lib-starter

A generator for Yeoman which creates a simple library/plugin starter

What do you get?

  • Creates this starter setup
.
├── dist   
|	├── {project}.js
|	└── {project}.min.js
├── docs
├── src
│	├── lib
│	└── main.js
├── .gitignore
├── gulpfile.js
├── package.json
├── bower.json
├── README.md
  • Creates some handy gulp tasks

How do you install this?

Simple: make sure you have node.js installed.

If you don't have yeoman yet, install it via:

npm install -g yo

After that run:

npm install -g generator-js-lib-starter

How do you use this?

Set your current directory to the directory where you want to generate the starter. And run:

yo js-lib-starter

Contributing

If you'd like to contribute, follow the steps below.

  • Fork this repo and clone it to your environment
  • Make your changes, commit them and make a pull request
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago