GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Fast and simple Javascript-based XML generator/builder for Node projects. Install $ npm install xml API xml(xmlObject, options) Returns a XML string. var xml = require('xml'); var xmlString = xml(xmlObject, options); xmlObject xmlObject is a normal JavaScript Object/JSON object that defin...
addRemote('origin', 'https://github.com/user/repo.git') .push('origin', 'master'); push with -u simpleGit() .add('./*') .commit('first commit!') .addRemote('origin', 'some-repo-url') .push(['-u', 'origin', 'master'], () => console.log('done')); Piping to the ...
Today, I’m pleased to introduceResponsive Nav, a free and open-source JavaScript plugin that solves these problems and more in one tiny package. It’s released under theMIT License, so you can use it in all of your projects for free and without any restrictions. The solution is not one...
site: 'https://github.com/pandao/tileTemplate' }); }; // 输出HTML // document.getElementById('output').innerHTML = compiler(data); document.getElementById('output3').innerHTML = tileTemplate.render("test-tpl", data); 注:同时也支持在Require.js和Sea.js中使用。
git clone github.com/novskidev/Javascript-documentationpage.git Navigate to the Directory: cd Javascript-documentationpage Customize Documentation: Replace the placeholder content in HTML files (index.html) with your JavaScript documentation. Customize the CSS styles in styles.css to match your brandi...
A JavaScript Testing Framework Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites,Node.jsprojects, or anywhere that JavaScript can run. ...
Undo Manager Simple undo manager to provide undo and redo actions in JavaScript applications. Demos Installation npm install undo-manager Example Actions (typing a character, moving an object) are structured as command pairs: one command for destruction (undo) and one for creation (redo). Each pa...
👉👉 If you're viewing this athttps://github.com/js-cookie/js-cookie, you're reading the documentation for the main branch.View documentation for the latest release.👈👈 Installation NPM JavaScript Cookie supportsnpmunder the namejs-cookie. ...
Simple JavaScript test suite API. Contribute to ryanve/aok development by creating an account on GitHub.