Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augejs/examples
augejs is a progressive Node.js framework for building applications. https://github.com/augejs/augejs.github.io
https://github.com/augejs/examples
augejs axios cli config example helloworld i18n javascript koa2 logger mail nestjs pack-nodejs redis schedule typeorm typescript views
Last synced: about 5 hours ago
JSON representation
augejs is a progressive Node.js framework for building applications. https://github.com/augejs/augejs.github.io
- Host: GitHub
- URL: https://github.com/augejs/examples
- Owner: augejs
- License: mit
- Created: 2020-09-30T08:09:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:51:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T23:03:42.820Z (over 1 year ago)
- Topics: augejs, axios, cli, config, example, helloworld, i18n, javascript, koa2, logger, mail, nestjs, pack-nodejs, redis, schedule, typeorm, typescript, views
- Language: HTML
- Homepage: https://github.com/augejs/augejs.github.io
- Size: 2.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [augejs](https://github.com/augejs/augejs.github.io)
[![npm version](https://badge.fury.io/js/%40augejs%2Fcore.svg)](https://www.npmjs.com/package/@augejs/core) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[`augejs`](https://github.com/augejs/augejs.github.io) is a progressive Node.js framework for building applications.
:star2: Star us on GitHub — it helps! :clap:
https://github.com/augejs/augejs.github.io
## Table of Contents
- [Description](#description)
- [Document](#document)
- [Usage](#usage)
- [Related Efforts](#related-efforts)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)## Description
`augejs` is a progressive Node.js framework for building applications. It uses modern JavaScript built with [TypeScript](http://www.typescriptlang.org/).
## Document
visit [augejs.github.io](https://github.com/augejs/augejs.github.io). :tada:
## Usage
```ts
npm install
npm run init;
cd $package
npm run start
```## Related Efforts
- [Art of Readme](https://github.com/noffle/art-of-readme) - 💌 Learn the art of writing quality READMEs.
- [open-source-template](https://github.com/davidbgk/open-source-template/) - A README template to encourage open-source contributions.## Maintainers
[Alex Zhang](https://github.com/alex-zhang).
## Contributing
Feel free to dive in! [Open an issue](https://github.com/augejs/examples/issues) or submit PRs.
`augejs` follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
## License
[MIT](LICENSE) © augejs