Giter Site home page Giter Site logo

smpl's People

Contributors

codedre avatar jasuperior avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

smpl's Issues

Create Extended Documentation

We need an extended documentation section in the Wiki. I was thinking we could seperate it as follows

  • Inspiration
  • Getting Started
  • Core Docs
    • syntax
    • expression variables
    • command line
    • package.json
  • Resources
  • Projects Using Smpl
  • RoadMap

Refactor Code

This I am reserving for v.0.2.0. I want to refactor the code so that it does not include so many dependencies. Also, I want to refactor the core library to be more functional so that I can condense the file size.

Dependencies I would like to refactor out:

  • Pstrscan
  • gulp
  • gulp-dependencies
  • vorpal

Pstrscan I plan to create a new fork which does not include the need for proteus. Also, i can reduce the public methods to just .scan .scanUntil .check .checkUntil .unscan and .revert. All other methods are unnecessary.

Replace gulp with node-glob since that is all that I need gulp for anyway. We can pipe functions to glob stream and replace gulp dependencies. Also, using chalk to colorize output in terminal;

commander can replace vorpal and eliminate the need for compile command after smpl. new command can read as follows

$ smpl ./path/to/dest/**.glob --flags

Grouping Bug with Delims in pattern

There is currently a bug where if you make a pattern which includes one of the delim'd pattern variables

$variable:paren
$variable:brack
$variable:curly
$variabl:group

The parser hangs up and doesnt give you an output. Probably have to make refactor code to account for this condition.

update: the syntax in question goes as follows

pattern ( $( $match:group )(,)... ) anthing else )

the problem is has something to do with the regex being used for the delim types. I think it has to do with the amount of \s* classes. I think it confuses the parser.

Create Tests in Mocha

I need to add some tests so that devs can be updated as to the status of the current working version and what is to be expected in future versions.

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.