This package has been deprecated

Author message:

This package has been deprecated in favor of @irontitan/next

@nxcd/next
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Next

Fast creation of projects, files and domains in our Architecture

Build Status

Summary

Installation

Install it globally using your preferred package manager:

npm i -g @nxcd/next

Or

yarn global add @nxcd/next

Or

pnpm i -g @nxcd/next

Global options

Some options can be used through all commands (except help):

  • --dir <path>: By default, next runs on process.cwd(). If this option is provided, then the current working directory will be changed to path and all operations will be performed under this location

Usage

Next is aliased to two commands in your shell: next and nxcd. You can use both of them interchangeably.

$ nxcd <command> [options]

Or

$ next <command> [options]

Commands

init

Creates a new project from scratch in a new folder with project-name as name. This command will create the structure defined here (to be translated) so all the docs about it is right there.

$ next init <project-name>

Options

This command accepts the Global options and:

  • --domains: A comma-separated list of domain names to be created along with the project. The names can be cased whatever you want, but they cannot contain spaces

Example: $ next init my-project --domains production-order,tag,userReport,user,inventory_report,userbackups

new

Work in progress

release

Work in progress

TODO

  • [ ] Create new command, it'll include the creation logic for several assets (events, domains, repositories, services, clients, errors, configs)
  • [ ] Create deploy command so we can create tags and deploys
  • [ ] Add --type option to the init command in order to create libs and other smaller projects
  • [ ] Update this doc
  • [ ] Improve code style and make things reusable
  • [ ] Translate architecture document to english

Package Sidebar

Install

npm i @nxcd/next

Weekly Downloads

0

Version

2.0.1

License

GPL-3.0

Unpacked Size

88.9 kB

Total Files

64

Last publish

Collaborators

  • cmuramoto
  • caiodelgado