Build beautiful console applications.
Installation · Docs · API
Follow @marcuspoehls and @superchargejs for updates!
The @supercharge/cedar
package allows you to create beautiful console applications.
npm i @supercharge/cedar
Find all the details for @supercharge/cedar
in the extensive Supercharge docs.
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()
}
Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊
- Create a fork
- Create your feature branch:
git checkout -b my-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🚀
MIT © Supercharge
superchargejs.com · GitHub @supercharge · Twitter @superchargejs