generator-js-lib-starter

1.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i generator-js-lib-starter

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • pataar