Giter Club home page Giter Club logo

aware's People

Contributors

arboleya avatar bitdeli-chef avatar hems avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aware's Issues

[idea] String interpolation support

First of all, this lib is very useful! I was about to do something very similar and I ended up here.
One thing that I would love to have is a support for string interpolation.

Will use sprintf on the example but it can be anything else:

var aware = require('aware'),
    stuff = aware();

stuff.set('first-name', 'John');
stuff.set('second-name', 'Doe');
stuff.set('name', '%(first-name)s %(second-name)s');

stuff.get('name'); // John Doe

Of course I could have an abstraction that formats the value returned by get(), but since it'll not add that much of complexity I think this feature can fit in. It can be useful in many cases.
We could even add this as a "plugin":

var aware = require('aware'),
    sprintf = require('aware-sprintf');

// Import the plugin
aware.use(sprintf());

Not sure if you think this belongs here or not, just wanted to hear your opinion.

Cheers ๐Ÿป

[refactor] "happens" like signature

As we knows it happens that "happens" has a very nice signature:

happens = require 'happens'

egg = happens( {} );
egg.emit "broken", off

would be cool to have same signature for aware!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.