0.4.0 • Published 4 years ago

accelerator-tool v0.4.0

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
4 years ago

Accelerator speedometer logo

accelerator-tool

The devtool for the Accelerator story framework (git repository, npm package), allowing quick creation of new projects, and new assets within them.

Installation

With a command-line shell of your choice, either install the program globally:

npm install -g accelerator-tool

or use the npx tool to temporarily download it and execute your command:

npx accelerator-tool whatever

Usage

There are several basic functions you can use with this tool.

Creating new stories

Use the create subcommand like so:

accelerator-tool create my-new-story [optional directory to create]

Creating story assets

Each of the following defaults to generating TypeScript code, but can be instructed to generate JavaScript code by appending -js to the name of the asset, e.g. passage for TypeScript and passage-js for JavaScript.

If you do not provide the story directory as the last positional argument, you must be in the root directory of an Accelerator story, containing a passages subdirectory.

Creating new passages

accelerator-tool new passage my-new-passage

Creating new headers

accelerator-tool new header my-new-header

Creating new footers

accelerator-tool new footer my-new-footer

Creating new plugins

accelerator-tool new plugin my-new-plugin

0.4.0

4 years ago

0.8.4

4 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago