@nasts/core
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

nasts

Strong typing. Strong backend.



npm (scoped) npm bundle size (scoped) NPM npm Libraries.io dependency status for latest release, scoped npm package

@nasts/core is a TypeScript package built on top of the popular Express web framework. It provides a lightweight and flexible approach to building web applications by extending the capabilities of Express with a set of tools and utilities that make it easy to handle requests, manage routes, and integrate with other libraries and frameworks.

With @nasts/core, you can quickly set up your project and get started with TypeScript. The package includes a number of useful features and tools that can help you streamline your development process and improve the performance of your application. While still a work in progress, @nasts/core is constantly evolving and improving, with new features and updates being added regularly.

We welcome any feedback or contributions from the community, and we hope that you find this package useful in your own projects.


Installation

Using the CLI

nasts has a handy CLI you can use to quickly set up a project with everything you need to get started, it's recommended that you do this, you can find out more here:

@nasts/cli


Using manually

Install @nasts/core with npm into your project directory:

npm i @nasts/core

Use in root of project like so:

import { App } from '@nasts/core';

const app = new App();
app.start();

Please see the documentation for details on how to make use of controllers, middleware, and other configurations.


Authors


Contributing

Contributions are more than welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Package Sidebar

Install

npm i @nasts/core

Weekly Downloads

1

Version

1.1.2

License

Apache-2.0

Unpacked Size

233 kB

Total Files

37

Last publish

Collaborators

  • oliver-richman