0.0.5 • Published 8 years ago

meanio-tokens v0.0.5

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

Mean Tokens

Mean Tokens is a small addon package for mean.io that enables inline editing of all values which are enabled as "mean-token"

The package makes use of the role system within mean to control who is able to edit tokens. Currently only "admin" has the required permissions to edit tokens.

FULL Documentation to be included in version 0.3.2 of the http://mean.io project.

See http://mean.io for more indepth information about mean.

Basic Usage

Install Mean CLI:

$ sudo npm install -g meanio

Create a new mean app:

$ mean init <NameOfYourApp>

Install Dependencies:

$ cd <NameOfYourApp> && npm install

Install tokens:

$ mean install tokens

Run your app:

$ gulp

Once you have a user assign the user the admin role:

$ mean user <email> -a admin
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago