test
| alias gtree='git log --graph --abbrev-commit --decorate --date=relative --format=format:'\''%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'\'' --all' |
| const chalk = require('chalk'); | |
| const fs = require('fs'); | |
| const http = require('http'); | |
| const path = require('path'); | |
| const url = require('url'); | |
| const mimeType = { | |
| '.html': 'text/html', | |
| '.js': 'text/javascript', | |
| '.css': 'text/css', |
The proposal you’re about to read is not just a proposal. We have a working implementation of almost everything we discussed here. We encourage you to checkout and build our branch: our fork, with the relevant branch selected. Building and using the implementation will give you a better understanding of what using it as a developer is like.
Our implementation ended up differing from the proposal on some minor points. As our last action item before making a PR, we’re writing documentation on what we did. While I loathe pointing to tests in lieu of documentation, they will be helpful until we complete writing docs: the unit tests.
This repo also contains a bundled version of npm that has a new command, asset. You can read the documentation for and goals of that comma
-
Download sdktools from google: https://developer.android.com/studio/index.html#command-tools
-
Extract into [SDK]/sdk-tools
-
Update tools
$ sdk-tools/bin/sdkmanager "tools"- Delete sdk-tools.
| export default function(lang) { | |
| const table = initializeTable(lang); | |
| return translit(table); | |
| } | |
| const translit = require('translit')(lang); |
| (function () { | |
| 'use strict'; | |
| const angular = window.angular; | |
| class TransactionSummarySvc { | |
| constructor( | |
| $translate, |