Giter VIP home page Giter VIP logo

c-sprintf.js's Introduction

sprintf.js alias: c-sprintf.js

A simple sprintf helper nearly to the c implementaion

this is a repo to hold different versions of github.com/jakobwesthoff/sprintf.js you may need.

This master repo only hold this readme. to upgrade add branches of versions

sprintf.js ready to run files

Downloaded from https://github.com/jakobwesthoff/sprintf.js and merged to the "packages" branch to have the versions an application may need.

If you want several versions of sprintf.js this will be your primary branch to choose:

$ git checkout packages

If you just need a special version then checkout the branch you need or create a new branch including the version you want.

If you need several versions? Then merge it to the packages branch an switch back to the packages branch.

Examples/ Howto add new versions

branch master

./README.md (copy of this readme incl. updates of changes/ additions)

branch of version 'vA-B-C;

./vA.B.C/sprintf.js
./vA.B.C/README.txt (eg the README of sprintf.js vA.B.C)
./README.md (copy of this readme (from the master branch))

Add newer versions

If a new version exists and you need it globaly/ in packages branch: Don't drop other versions! Add your version to a new branch and merge it to the packages branch! Not vice versa merges!

Eg: You need also version 2.0.0:

$ git checkout master 
$ git checkout -b "v2-0-0" # (branches needs "-" and NO dots!)
$ mkdir v2.0.0/

# Download the files *.js/*.css to v2.0.0/

$ git add -a
$ git commit -m "Adds version 2.0.0"
$ git push -u origin v2-0-0

Now merge the branch to packges branch if you want/need it:

$ git checkout packages
$ git merge v2-0-0
# commit and push, done

Result of packages branch:

./vA.B.C/sprintf.js
./vA.B.C/README.txt

./v2.0.0/sprintf.js
./v2.0.0/README.txt

./README.md (copy of this readme on creation time)

The ./README.md of the packages branch contains all updates in changelog 
section. if you update i on each version branch.

Changelog

See packages branch for a more complete list.

2021-01

  • Init adding sprintf.js

c-sprintf.js's People

Contributors

flobee avatar

Watchers

James Cloos avatar  avatar

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.