1.0.1 • Published 6 years ago

generator-feathers-plugin v1.0.1

Weekly downloads
1,731
License
MIT
Repository
github
Last release
6 years ago

generator-feathers-plugin

Build Status Dependency Status Download Status

A Yeoman generator for initializing new Feathersjs plug-ins.

Getting Started

To install generator-feathers-plugin from npm, run:

$ npm install -g generator-feathers-plugin

Finally, initiate the generator:

$ yo feathers-plugin

This will generate a standard plug-in scaffold with a basic example app that you should modify accordingly to suit your plug-in.

Writing Your Plug-in

We follow proper semantic versioning. That means breaking changes are major releases. Your module version should be < 1.0 until you feel that it is ready for for production.

Feel free to add modules as you see fit but remember that less is more.

Please add tests for your modules and write your code using ES6 syntax.

Running Tests

Simply run npm test.

Tests use the Mocha test runner and the Chai assertion library. We use the expect syntax.

Publishing

The package.json file has helpful scripts to publish your package, tag it, and push it up to production. Please use those.

License

MIT License

1.0.1

6 years ago

1.0.0

6 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.9

8 years ago

0.6.8

8 years ago

0.6.7

8 years ago

0.6.6

8 years ago

0.6.5

8 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago