All Projects → kennethlarsen → Baelte

kennethlarsen / Baelte

Licence: mit
CLI tool for svelte to help you be productive

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Baelte

Svelvet
🧵 An experimental svelte compiler & watcher that works with snowpack
Stars: ✭ 310 (+264.71%)
Mutual labels:  cli, svelte
Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (+363.53%)
Mutual labels:  productivity, cli
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+4424.71%)
Mutual labels:  productivity, cli
Archivy
Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki.
Stars: ✭ 2,746 (+3130.59%)
Mutual labels:  productivity, cli
Namecheck
Check your name idea availability with CLI
Stars: ✭ 19 (-77.65%)
Mutual labels:  productivity, cli
3llo
3llo - Trello interactive CLI aplication
Stars: ✭ 245 (+188.24%)
Mutual labels:  productivity, cli
Stup
Daily notes in the terminal 🐧
Stars: ✭ 340 (+300%)
Mutual labels:  productivity, cli
Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (+2248.24%)
Mutual labels:  productivity, cli
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+6221.18%)
Mutual labels:  productivity, cli
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+5930.59%)
Mutual labels:  productivity, cli
Hatch
A modern project, package, and virtual env manager for Python
Stars: ✭ 2,268 (+2568.24%)
Mutual labels:  productivity, cli
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+917.65%)
Mutual labels:  productivity, cli
Tubekit
🧪 kubectl alternative with quick context switching, kubectl on steroids
Stars: ✭ 194 (+128.24%)
Mutual labels:  productivity, cli
Fw
workspace productivity booster
Stars: ✭ 269 (+216.47%)
Mutual labels:  productivity, cli
Slack Cli
Slack CLI for productive developers
Stars: ✭ 157 (+84.71%)
Mutual labels:  productivity, cli
Eureka
💡 CLI tool to input and store your ideas without leaving the terminal
Stars: ✭ 316 (+271.76%)
Mutual labels:  productivity, cli
Backport
A simple CLI tool that automates the process of backporting commits on a GitHub repo
Stars: ✭ 154 (+81.18%)
Mutual labels:  productivity, cli
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+83.53%)
Mutual labels:  productivity, cli
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (+478.82%)
Mutual labels:  productivity, cli
Sit Up
🙇 Reminder to sit up straight.
Stars: ✭ 9 (-89.41%)
Mutual labels:  productivity, cli

baelte 🥋

Bælte - [ˈbεldə] : Danish for belt. Helps you keep your pants on.

CLI tool for svelte that helps you be productive.

  • 🔋 Batteries included: You get a test suite out of the box.
  • 🚀 Scaffold new projects in seconds
  • 📦 Generate components and tests with one command

Install:

npm install -g baelte

baelte new project-name

Command What it does
baelte new project-name Scaffolds a new svelte project in "/project-name"
baelte generate component component-name Generates a component as well as a component test file with boilerplate
yarn dev Runs the app in dev mode on localhost:5000
yarn test Runs the test suite

Important note

baelte is very new and perhaps not stable. Until v1 is released the assumed project structure might change.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].