@curvenote/cli
Version:
CLI Client library for Curvenote
25 lines (24 loc) • 1.24 kB
JavaScript
export const actionLinks = {
apiToken: 'https://curvenote.com/profile?settings=true&tab=profile-api',
};
export const docLinks = {
overview: 'https://curvenote.com/docs/cli',
auth: 'https://curvenote.com/docs/cli/authorization',
pull: 'https://curvenote.com/docs/cli/pull',
web: 'https://curvenote.com/docs/web',
installNode: 'https://curvenote.com/docs/cli/installing-prerequisites',
};
export const LOGO = `
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#235F9D;}
</style>
<g id="icon">
<path class="st0" d="M389.8,304.2c0,47.2-38.2,85.5-85.5,85.6c-47.2,0-85.5-38.2-85.6-85.5c0-47.2,38.2-85.5,85.5-85.6c0,0,0,0,0,0
C351.5,218.7,389.8,257,389.8,304.2z"/>
<path class="st0" d="M10.2,218.8h171v171C86.7,389.8,10.2,313.2,10.2,218.8z"/>
<path class="st0" d="M60.3,60.3c32-32.1,75.6-50.2,120.9-50.1v171.1h-171C10.1,135.8,28.1,92.3,60.3,60.3z"/>
<path class="st0" d="M339.7,131.1c-32,32.1-75.6,50.2-120.9,50.1V10.2h171C389.9,55.5,371.8,99,339.7,131.1z"/>
</g>
</svg>`;