Skip to content
cedar / 1.3.1

cedar 1.3.1

Install from the command line:
Learn more about npm packages
$ npm install @supercharge/cedar@1.3.1
Install via package.json:
"@supercharge/cedar": "1.3.1"

About this version



Cedar

Build beautiful console applications.


Installation · Docs · API



Latest Version Monthly downloads

Follow @marcuspoehls and @superchargejs for updates!


Introduction

The @supercharge/cedar package allows you to create beautiful console applications.

Installation

npm i @supercharge/cedar

Docs

Find all the details for @supercharge/cedar in the extensive Supercharge docs.

Usage

Using @supercharge/cedar is pretty straightforward. The package exports a handful of methods that you can reach for when requiring the package:

const { Application } = require('@supercharge/cedar')

async function run () {
  const app = new Application('console-app-name')
  await app.run()
}

Contributing

Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊

  1. Create a fork
  2. Create your feature branch: git checkout -b my-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🚀

License

MIT © Supercharge


superchargejs.com  ·  GitHub @supercharge  ·  Twitter @superchargejs

Details


Assets

  • cedar-1.3.1-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all