0.2.3 • Published 8 years ago

mech-library v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

mech-project

Mechanisms are plugins for open source.

This project is here to get you started in making new mechanism libraries.

$ git clone git@github.com:mechanismsjs/mech-library.git library

Where 'mech-library' will be the name of the new mechanism library you are creating.

If you want to add mechanisms to one of the existing libraries please fork that library (see Mechanisms Home for existing libraries).

What to do?

Anywhere you see the word 'library' replace it with your library name.

Anywhere you see mechanism01 ... mechanismnn replace the code with your own mechanisms.

Be sure to update your information in the package.json: Your github organization and your personal information.

Use the Example Documentation below to describe your mechanism.

mech-library

ABOUT YOUR library

See Mechanisms Home for more information and other libraries.

Supported Mechanisms:

Supported Mechanisms

Mechanism01 mechanism

description

and examples

Setup

Using In Your Projects

Change directory to your node project.

$ npm install --save mech-library

Development

Get Involved!

There are a lot of core mechanisms just waiting to be created. Many of them can be created in a few hours including in-depth tests. Clone mech-library to get started!

Setup

Install:

$ npm install

Continuous test:

$ gulp

Test:

$ gulp webtests

Test Server

Read documentation in gulpfile.js to see how to setup automated web testing.

$ gulp webserver
0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago