create-video 4.0.417 → 4.0.418

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/init.js +22 -2
  2. package/package.json +2 -2
package/dist/init.js CHANGED
@@ -13,6 +13,7 @@ const ask_skills_1 = require("./ask-skills");
13
13
  const ask_tailwind_1 = require("./ask-tailwind");
14
14
  const create_public_folder_1 = require("./create-public-folder");
15
15
  const degit_1 = require("./degit");
16
+ const make_link_1 = require("./hyperlinks/make-link");
16
17
  const install_skills_1 = require("./install-skills");
17
18
  const latest_remotion_version_1 = require("./latest-remotion-version");
18
19
  const log_1 = require("./log");
@@ -165,9 +166,28 @@ const init = async () => {
165
166
  log_1.Log.info('To render a video, run:');
166
167
  log_1.Log.info(' ' + chalk_1.default.blue((0, pkg_managers_1.getRenderCommand)(pkgManager)));
167
168
  log_1.Log.info('');
169
+ log_1.Log.info('Links to get you started:');
170
+ log_1.Log.info(' ' +
171
+ chalk_1.default.blue((0, make_link_1.makeHyperlink)({
172
+ text: 'remotion.dev/docs',
173
+ url: 'https://www.remotion.dev/docs',
174
+ fallback: 'https://www.remotion.dev/docs',
175
+ })));
176
+ log_1.Log.info(' ' +
177
+ chalk_1.default.blue((0, make_link_1.makeHyperlink)({
178
+ text: 'remotion.dev/prompts',
179
+ url: 'https://www.remotion.dev/prompts',
180
+ fallback: 'https://www.remotion.dev/prompts',
181
+ })));
182
+ log_1.Log.info();
183
+ log_1.Log.info('Remotion is free for teams of up to 3.');
184
+ log_1.Log.info('Adopting Remotion in your company? Visit ' +
185
+ chalk_1.default.blue((0, make_link_1.makeHyperlink)({
186
+ text: 'remotion.pro/license',
187
+ url: 'https://remotion.pro/license',
188
+ fallback: 'https://www.remotion.pro/license',
189
+ })));
168
190
  log_1.Log.info();
169
191
  await (0, open_in_editor_flow_1.openInEditorFlow)(projectRoot);
170
- log_1.Log.info('Docs to get you started:', chalk_1.default.underline('https://www.remotion.dev/docs/the-fundamentals'));
171
- log_1.Log.info('Enjoy Remotion!');
172
192
  };
173
193
  exports.init = init;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
4
4
  },
5
5
  "name": "create-video",
6
- "version": "4.0.417",
6
+ "version": "4.0.418",
7
7
  "description": "Create a new Remotion project",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "@types/prompts": "^2.0.12",
30
30
  "@types/tar": "6.1.1",
31
31
  "react": "19.2.3",
32
- "@remotion/eslint-config-internal": "4.0.417",
32
+ "@remotion/eslint-config-internal": "4.0.418",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {