https://github.com/srcbookdev/srcbook Skip to content Navigation Menu Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + GitHub Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions By size + Enterprise + Teams + Startups By industry + Healthcare + Financial services + Manufacturing By use case + CI/CD & Automation + DevOps + DevSecOps * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} srcbookdev / srcbook Public * Notifications You must be signed in to change notification settings * Fork 19 * Star 1k TypeScript notebook for rapid prototyping srcbook.com License Apache-2.0 license 1k stars 19 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 4 * Pull requests 1 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights srcbookdev/srcbook This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Name Name Last commit Last commit message date Latest commit History 359 Commits .github/workflows .github/workflows assets assets packages packages scripts scripts srcbook srcbook .gitignore .gitignore .prettierignore .prettierignore .prettierrc.json .prettierrc.json CONTRIBUTING.md CONTRIBUTING.md LICENSE LICENSE PRIVACY-POLICY.md PRIVACY-POLICY.md README.md README.md package.json package.json pnpm-lock.yaml pnpm-lock.yaml pnpm-workspace.yaml pnpm-workspace.yaml tsconfig.base.json tsconfig.base.json View all files Repository files navigation * README * Apache-2.0 license Srcbook npm version License TypeScript & JavaScript notebooks. Features * Create, run, and share reproducible programs and ideas * Export to valid markdown format (.src.md) * AI features for exploring and iterating on ideas * Local execution with a web interface * Powered by Node.js * Open-source under the Apache2 license the getting started srcbook Getting Started Srcbook runs locally on your machine as a CLI application with a web interface. Requirements * Node.js v20+ * We recommend using nvm to manage local node versions Installing You can install the srcbook application from npm: npm install -g srcbook Running srcbook start You can also run it directly using npx: # Using npx npx srcbook start # Using pnpm pnpm dlx srcbook start Here is the current list of commands: $ srcbook -h Usage: srcbook [options] [command] Srcbook is a interactive programming environment for TypeScript Options: -V, --version output the version number -h, --help display help for command Commands: start [options] Start the Srcbook server import [options] Import a Srcbook help [command] display help for command Updating You can update srcbook using npm: npm update -g srcbook Uninstalling You can remove srcbook by first removing the package, and then cleaning it's local directory on disk: npm uninstall -g srcbook rm -rf ~/.srcbook Analytics and tracking In order to improve Srcbook, we collect some behavioral analytics. We don't collect any Personal Identifiable Information (PII), our goals are simply to improve the application. The code is open source so you don't have to trust us, you can verify! You can find more information in our privacy policy. If you want to disable tracking, you can run Srcbook with SRCBOOK_DISABLE_ANALYTICS=true set in the environment. Development For development instructions, see CONTRIBUTING.md. About TypeScript notebook for rapid prototyping srcbook.com Resources Readme License Apache-2.0 license Activity Custom properties Stars 1k stars Watchers 6 watching Forks 19 forks Report repository Releases 1 tags Packages 0 No packages published Contributors 3 * * * Languages * TypeScript 93.5% * JavaScript 3.8% * CSS 2.2% * Other 0.5% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.